diff options
author | Horst3180 | 2015-09-19 13:08:06 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-19 13:08:06 +0200 |
commit | 9b99a8516608c5aa01b4e086cc99f7af942eebcc (patch) | |
tree | ed334664ac01d7d45b18d3c0dffc908570cee4f5 /arc-firefox-theme/chrome/browser/devedition.css | |
parent | 3081f7157cc2b5c103cde42a901d1e41b5f7c4de (diff) | |
download | solarc-firefox-theme-9b99a8516608c5aa01b4e086cc99f7af942eebcc.tar.gz solarc-firefox-theme-9b99a8516608c5aa01b4e086cc99f7af942eebcc.tar.xz solarc-firefox-theme-9b99a8516608c5aa01b4e086cc99f7af942eebcc.zip |
update to 41.0rc3
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devedition.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition.css | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/arc-firefox-theme/chrome/browser/devedition.css b/arc-firefox-theme/chrome/browser/devedition.css index 925d90a..44e3228 100644 --- a/arc-firefox-theme/chrome/browser/devedition.css +++ b/arc-firefox-theme/chrome/browser/devedition.css @@ -27,7 +27,6 @@ --tabs-toolbar-color: #F5F7FA; --tab-background-color: #1C2126; --tab-hover-background-color: #07090a; - --tab-separator-color: #474C50; --tab-selection-color: #f5f7fa; --tab-selection-background-color: #1a4666; --tab-selection-box-shadow: 0 2px 0 #D7F1FF inset, @@ -87,7 +86,6 @@ --tab-background-color: #E3E4E6; --tab-hover-background-color: #D7D8DA; - --tab-separator-color: #C6C6C7; --tab-selection-color: #f5f7fa; --tab-selection-background-color: #4c9ed9; --tab-selection-box-shadow: 0 2px 0 #9FDFFF inset, @@ -270,24 +268,11 @@ searchbar:not([oneoffui]) .search-go-button { visibility: hidden; } -/* Make the tab splitter 1px wide with a solid background. */ -#tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after, -.tabbrowser-tab:not([visuallyselected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before, -#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([visuallyselected]):not([beforehovered]):not(:hover)::after { - background: var(--tab-separator-color); - opacity: 1; - width: 1px; - -moz-margin-start: 0; - -moz-margin-end: -1px; -} - -/* For the last tab separator, use margin-start of -1px to prevent jittering - due to the ::after element causing the width of the tab to extend, which - causes an overflow and makes it disappear, which removes the overflow and - causes it to reappear, etc, etc. */ -#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([visuallyselected]):not([beforehovered]):not(:hover)::after { - -moz-margin-start: -1px; - -moz-margin-end: 0; +/* Tab separators */ +.tabbrowser-tab::after, +.tabbrowser-tab::before { + background: currentColor; + opacity: 0.2 !important; } .tabbrowser-arrowscrollbox > .scrollbutton-down, |