Skip to content

Commit

Permalink
[Chrome] Made some stlye changes and html to ensure shield looks and …
Browse files Browse the repository at this point in the history
…works right
  • Loading branch information
panda01 committed Mar 15, 2016
1 parent 40f91ba commit 5a048cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/ui/public/chrome/chrome.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@

<app-switcher>
</app-switcher>
<div class="bottom-apps hide app-links">
<div class="chrome-actions" kbn-chrome-append-nav-controls></div>
<div class="app-link">
<div class="bottom-apps app-links">
<div class="chrome-actions app-links" kbn-chrome-append-nav-controls></div>
<div class="hide app-link">
<a href="http://elastic.co">
<div class="app-icon">
<i class="fa fa-gear"></i>
</div>
<div class="app-title">settings</div>
</a>
</div>
<div class="app-link">
<div class="hide app-link">
<a href="http://elastic.co">
<div class="app-icon">
<i class="fa fa-user"></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ body { overflow-x: hidden; }

.app-icon {
float: left;
filter: invert(100%);
font-weight: bold;
text-align: center;
font-size: 1.7em;
Expand All @@ -109,6 +108,11 @@ body { overflow-x: hidden; }
> img {
height: 18px;
margin-top: 8px;
filter: invert(100%);
}
> i {
color: #fff;
line-height: @app-icon-height
}
}

Expand Down Expand Up @@ -142,7 +146,7 @@ body { overflow-x: hidden; }
text-decoration: none;
}
img {
filter: invert(100%);
filter: none;
}
}

Expand Down

0 comments on commit 5a048cd

Please sign in to comment.