gui: Vertically center identicons in panel titles

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3256
This commit is contained in:
Daniel Harte
2016-06-02 20:52:10 +00:00
committed by Jakob Borg
parent 6a67921e40
commit 855a1bef89
4 changed files with 10 additions and 2 deletions

View File

@@ -101,6 +101,10 @@ li.hidden-xs:hover, .navbar-link:hover, .navbar-link:focus {
fill: #aaa;
}
.panel-warning .identicon rect {
fill: #222;
}
.panel-heading:hover, .panel-heading:focus {
text-decoration: none;
}