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

pull/121/head
MrOtherGuy 3 years ago
parent f5f7e69c8c
commit 683bdce1ad

@ -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;
}

Loading…
Cancel
Save