Fix color blinking when changing settings categories or sections

This commit is contained in:
2019-11-16 01:06:14 +01:00
parent eff83b3f46
commit 512d9fca7f

View File

@@ -141,7 +141,11 @@ body.iframe {
/* eof Settings */ /* eof Settings */
/* Settings Section */ /* Settings Section */
.uibox, .uibox {
background-color: #333;
border-color: #555;
}
.uibox .boxtitle { .uibox .boxtitle {
color: #eee; color: #eee;
background-color: #444; background-color: #444;