Add normal-width-tabs.css optional feature, fix #95

This commit is contained in:
Rafael Mardojai CM 2020-01-28 18:28:39 -05:00
parent a3ad3dc2e3
commit 6a4eb9e4e4
3 changed files with 15 additions and 0 deletions

View File

@ -128,6 +128,10 @@ Alternatively you can run installation script with `-g` flag to auto install GNO
Use square title buttons old style.
- **normal-width-tabs.css**
Use normal width tabs.
- **active-tab-contrast.css**
Active tab better contrast.

View File

@ -0,0 +1,8 @@
/* Use normal width tabs */
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tab:not([style^="max-width"]):not([pinned]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) {
max-width: 225px !important;
}

View File

@ -20,6 +20,9 @@
/* Use square title buttons old style */
/*@import "theme/square-title-buttons.css"; /**/
/* Use normal width tabs */
/*@import "theme/normal-width-tabs.css"; /**/
/* Active tab high contrast */
/*@import "theme/active-tab-contrast.css"; /**/