status bar now uses theme colors

This commit is contained in:
bmFtZQ 2021-03-29 19:20:00 +08:00 committed by GitHub
parent c3d3a8b639
commit fb19f03fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,4 +312,16 @@
}
:root[lwt-sidebar-brighttext] :-moz-any(.sidebar-placesTree, #viewButton) {
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;
}