Files
WhiteSur-gtk-theme/other/firefox/common/left-tab-close-button.css
vinceliuice 72d4939372 update
2025-08-05 18:45:52 +08:00

23 lines
544 B
CSS

@media (-moz-gtk-csd-reversed-placement) {
.tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
-moz-box-ordinal-group: 1;
order: 1;
}
.tabbrowser-tab > .tab-stack > .tab-content > .tab-icon-stack {
-moz-box-ordinal-group: 2;
order: 2;
margin-left: auto;
}
.tabbrowser-tab > .tab-stack > .tab-content > .tab-label-container {
-moz-box-ordinal-group: 3;
order: 3;
margin-right: auto;
padding-right: 8px;
}
.tabbrowser-tab > .tab-stack > .tab-content > .tab-label-container > .tab-secondary-label {
display: none;
}
}