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

View File

@@ -76,6 +76,9 @@ li.hidden-xs:hover, .navbar-link:hover, .navbar-link:focus {
border-color: #222 !important; border-color: #222 !important;
background-color: #222 !important; background-color: #222 !important;
} }
.panel-warning > .panel-heading {
color: #222 !important;
}
.panel-progress { .panel-progress {
background: #3498db; background: #3498db;