Change fallback-color and and notice for transparent themes

This commit is contained in:
MrOtherGuy 2019-01-03 16:34:07 +02:00
parent 0f2df2c1d7
commit 4adb183dad

View file

@ -24,8 +24,8 @@
font-size: larger;
color: inherit !important;
}
#statuspanel-inner{ background-color: var(--toolbar-bgcolor) }
/* If you use a theme where urlbar is partially transparent you should edit this color to something that closely matches the perceived color of urlbar. Or perhaps use background-image - linear-gradient() can work well here. But keep the color or image opaque or otherwise you'll face an issue where urlbar text bleeds through */
#statuspanel-inner{ background-color: var(--toolbar-non-lwt-bgcolor) }
#statuspanel{ color: lightpink; z-index: -1; }
#statuspanel[type="status"] { color: skyblue }