Skip to content

Commit

Permalink
[WFX-608] StatusBar color as NavBar (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and MrAlex94 committed Dec 14, 2022
1 parent 2ecc728 commit f4c402f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion waterfox/browser/components/statusbar/StatusBar.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const StatusBar = {
@-moz-document url('chrome://browser/content/browser.xhtml') {
#status-bar {
color: initial !important;
background-color: var(--toolbar-non-lwt-bgcolor) !important;
border-top: 1px solid var(--chrome-content-separator-color);
background-color: var(--toolbar-bgcolor);
}
:root[customizing] #status-bar {
visibility: visible !important;
Expand Down

0 comments on commit f4c402f

Please sign in to comment.