gui: Make warning titles more readable in Dark Theme

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3253
This commit is contained in:
Daniel Harte 2016-06-02 20:03:21 +00:00 committed by Audrius Butkevicius
parent 48245effdf
commit 8709fec517
1 changed files with 4 additions and 1 deletions

View File

@ -71,11 +71,14 @@ li.hidden-xs:hover, .navbar-link:hover, .navbar-link:focus {
border-color: #222 !important;
}
.panel-default>.panel-heading {
.panel-default > .panel-heading {
color: #aaa !important;
border-color: #222 !important;
background-color: #222 !important;
}
.panel-warning > .panel-heading {
color: #222 !important;
}
.panel-progress {
background: #3498db;