mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
gui: Make warning titles more readable in Dark Theme
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3253
This commit is contained in:
parent
48245effdf
commit
8709fec517
@ -71,11 +71,14 @@ li.hidden-xs:hover, .navbar-link:hover, .navbar-link:focus {
|
|||||||
border-color: #222 !important;
|
border-color: #222 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-default>.panel-heading {
|
.panel-default > .panel-heading {
|
||||||
color: #aaa !important;
|
color: #aaa !important;
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user