diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-05-15 22:54:55 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-05-15 22:54:55 +0100 |
| commit | edb33e70e44f41cf60b3cc10b84a971e759ae174 (patch) | |
| tree | 6765fdf7d2809a81b6fd7a53cc1530e302dea781 /src | |
| parent | 4ed4034f5d90cefb20377f088f2482b346259510 (diff) | |
Improve Tree Style Tab tab bar appearance
Diffstat (limited to 'src')
| -rw-r--r-- | src/chrome/browser/browser.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index ef7f2ec..3e8b57c 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -2964,3 +2964,26 @@ notification.pluginVulnerable .messageImage { | |||
| 2964 | min-width: 0px; | 2964 | min-width: 0px; |
| 2965 | list-style-image: url("chrome://browser/skin/feeds/feedIcon16.svg"); | 2965 | list-style-image: url("chrome://browser/skin/feeds/feedIcon16.svg"); |
| 2966 | } | 2966 | } |
| 2967 | |||
| 2968 | /* "Tree Style Tab" fixes */ | ||
| 2969 | #TabsToolbar[treestyletab-mode=vertical]:not([treestyletab-style]) .tabs-newtab-button, | ||
| 2970 | #TabsToolbar[treestyletab-mode=vertical]:not([treestyletab-style]) #alltabs-button { | ||
| 2971 | background: var(--tab-background) !important; | ||
| 2972 | border-top: 1px solid var(--tab-border-color) !important; | ||
| 2973 | border-bottom: 1px solid var(--tab-border-color) !important; | ||
| 2974 | } | ||
| 2975 | |||
| 2976 | #TabsToolbar[treestyletab-mode=vertical]:not([treestyletab-style]) .tabs-newtab-button:hover, | ||
| 2977 | #TabsToolbar[treestyletab-mode=vertical]:not([treestyletab-style]) #alltabs-button:hover { | ||
| 2978 | background: var(--tab-hover-background) !important; | ||
| 2979 | border-top: 1px solid var(--tab-hover-border) !important; | ||
| 2980 | border-bottom: 1px solid var(--tab-hover-border) !important; | ||
| 2981 | } | ||
| 2982 | |||
| 2983 | #TabsToolbar[treestyletab-mode=vertical]:not([treestyletab-style]) #tabs-padlock-tbitem { | ||
| 2984 | border-top: 1px solid transparent !important; | ||
| 2985 | } | ||
| 2986 | |||
| 2987 | #main-window[treestyletab-mode=vertical]:not([treestyletab-style]) .treestyletab-tabbar-placeholder { | ||
| 2988 | background: rgb(43,43,43) !important; | ||
| 2989 | } | ||
