don't set toolbar-bgcolor to transparent when moving tabs

This commit is contained in:
MrOtherGuy 2021-06-09 16:34:09 +03:00
parent f5f7e69c8c
commit 683bdce1ad

View file

@ -29,6 +29,8 @@ See the above repository for updates as well as full license text. */
#TabsToolbar{
--toolbarbutton-inner-padding: 7px !important;
}
#navigator-toolbox:not([movingtab]) > #titlebar > #TabsToolbar{
--toolbar-bgcolor: transparent;
}