mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b2d4339deb
--HG-- extra : rebase_source : 95100a017a51ff81e850f1ce8bd9fbfba1219eab
51 lines
1.2 KiB
CSS
51 lines
1.2 KiB
CSS
.tabbrowser-tabbox {
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabbox");
|
|
}
|
|
|
|
.tabbrowser-arrowscrollbox {
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-arrowscrollbox");
|
|
}
|
|
|
|
.tabs-alltabs-popup {
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-alltabs-popup");
|
|
}
|
|
|
|
.tab-close-button,
|
|
.tabs-closebutton {
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-close-tab-button");
|
|
}
|
|
|
|
.tab-close-button {
|
|
display: none;
|
|
}
|
|
|
|
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button,
|
|
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
|
|
display: -moz-box;
|
|
}
|
|
|
|
.tabbrowser-tabs:not([overflow="true"]) > .tabs-newtab-button,
|
|
.tabbrowser-tabs[overflow="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button {
|
|
visibility: collapse;
|
|
}
|
|
|
|
.tabs-newtab-button > .toolbarbutton-text {
|
|
display: none;
|
|
}
|
|
|
|
tabpanels {
|
|
background-color: white;
|
|
}
|
|
|
|
.tab-drop-indicator {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
%ifdef MOZ_WIDGET_GTK2
|
|
/* Favicons override the "images-in-menus" metric in xul.css */
|
|
.alltabs-item > .menu-iconic-left {
|
|
visibility: inherit;
|
|
}
|
|
%endif
|