set toolbar-bgcolor to transparent for tabs toolbar
This commit is contained in:
parent
3b3e363be5
commit
14c7ef8f92
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ See the above repository for updates as well as full license text. */
|
||||||
box-shadow: 0 -1px 0 0 var(--tabs-border-color) !important;
|
box-shadow: 0 -1px 0 0 var(--tabs-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar{ --toolbarbutton-inner-padding: 7px !important; }
|
#TabsToolbar{
|
||||||
|
--toolbarbutton-inner-padding: 7px !important;
|
||||||
|
--toolbar-bgcolor: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
||||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon{ border-radius: 2px !important; }
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon{ border-radius: 2px !important; }
|
||||||
|
|
Loading…
Reference in a new issue