10 lines
230 B
CSS
10 lines
230 B
CSS
#main-window[tabsintitlebar="true"]:not([extradragspace="true"])
|
|
#TabsToolbar
|
|
> .toolbar-items {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
|
visibility: collapse !important;
|
|
}
|