don't set toolbar-bgcolor to transparent when moving tabs
This commit is contained in:
parent
f5f7e69c8c
commit
683bdce1ad
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
#TabsToolbar{
|
#TabsToolbar{
|
||||||
--toolbarbutton-inner-padding: 7px !important;
|
--toolbarbutton-inner-padding: 7px !important;
|
||||||
|
}
|
||||||
|
#navigator-toolbox:not([movingtab]) > #titlebar > #TabsToolbar{
|
||||||
--toolbar-bgcolor: transparent;
|
--toolbar-bgcolor: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue