Use arrowpanel colors for the menubar instead of toolbar-bgcolor
This commit is contained in:
parent
797721811e
commit
79053ca5b0
1 changed files with 7 additions and 3 deletions
|
@ -19,15 +19,19 @@ See the above repository for updates as well as full license text. */
|
||||||
#toolbar-menubar > spacer{ flex-grow: 1 }
|
#toolbar-menubar > spacer{ flex-grow: 1 }
|
||||||
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ display: none }
|
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ display: none }
|
||||||
|
|
||||||
#main-menubar{ height: calc(var(--tab-min-height) + 4px); background-color: var(--toolbar-bgcolor); }
|
#main-menubar{
|
||||||
|
height: calc(var(--tab-min-height) + 3px);
|
||||||
|
background-color: var(--arrowpanel-background);
|
||||||
|
color: var(--arrowpanel-color);
|
||||||
|
}
|
||||||
|
|
||||||
#menubar-items{ -moz-box-orient: horizontal !important; }
|
#menubar-items{ -moz-box-orient: horizontal !important; }
|
||||||
#menubar-items::after{
|
#menubar-items::after{
|
||||||
content: "";
|
content: "";
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: calc(var(--tab-min-height) + 4px);
|
height: calc(var(--tab-min-height) + 3px);
|
||||||
background-image: linear-gradient(to right, var(--toolbar-bgcolor) 30%, transparent);
|
background-image: linear-gradient(to right, var(--arrowpanel-background) 30%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
||||||
|
|
Loading…
Reference in a new issue