Use toolbar background as fallback-color

This commit is contained in:
MrOtherGuy 2018-12-29 17:17:15 +02:00
parent 0a7063b360
commit 974d728ba9

View file

@ -25,6 +25,8 @@
color: inherit !important; color: inherit !important;
} }
#statuspanel-inner{ background-color: var(--toolbar-bgcolor) }
#statuspanel{ color: lightpink; z-index: -1; } #statuspanel{ color: lightpink; z-index: -1; }
#statuspanel[type="status"] { color: skyblue } #statuspanel[type="status"] { color: skyblue }