status bar now uses theme colors
This commit is contained in:
parent
c3d3a8b639
commit
fb19f03fd8
1 changed files with 12 additions and 0 deletions
|
@ -312,4 +312,16 @@
|
||||||
}
|
}
|
||||||
:root[lwt-sidebar-brighttext] :-moz-any(.sidebar-placesTree, #viewButton) {
|
:root[lwt-sidebar-brighttext] :-moz-any(.sidebar-placesTree, #viewButton) {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statuspanel {
|
||||||
|
clip-path: inset(0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statuspanel-label {
|
||||||
|
background-color: var(--toolbar-bgcolor) !important;
|
||||||
|
color: var(--toolbar-color) !important;
|
||||||
|
border: 0 !important;
|
||||||
|
box-shadow: 0 0 0 1px #0004, 0 4px 6px #0004 !important;
|
||||||
|
padding: 3px 6px !important;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue