diff options
author | Horst3180 | 2016-11-14 23:52:51 +0100 |
---|---|---|
committer | Horst3180 | 2016-11-14 23:52:51 +0100 |
commit | 4e2dbd685116eb09f80fff1f88092de41339c966 (patch) | |
tree | e0841625ea9a7691026b49c7aa969b37ca92451b /arc-firefox-theme/chrome/browser/devedition.css | |
parent | afd0d76b419bf5b22dfc993a63476b132be9812c (diff) | |
download | solarc-firefox-theme-4e2dbd685116eb09f80fff1f88092de41339c966.tar.gz solarc-firefox-theme-4e2dbd685116eb09f80fff1f88092de41339c966.tar.xz solarc-firefox-theme-4e2dbd685116eb09f80fff1f88092de41339c966.zip |
update to 50.0
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devedition.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition.css | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/arc-firefox-theme/chrome/browser/devedition.css b/arc-firefox-theme/chrome/browser/devedition.css index bc9aed1..4ad2288 100644 --- a/arc-firefox-theme/chrome/browser/devedition.css +++ b/arc-firefox-theme/chrome/browser/devedition.css @@ -34,15 +34,6 @@ --tab-selection-box-shadow: none; --pinned-tab-glow: radial-gradient(22px at center calc(100% - 2px), rgba(76,158,217,0.9) 13%, rgba(0,0,0,0.4) 16%, transparent 70%); - /* Toolbar buttons */ - --toolbarbutton-hover-background: rgba(25,33, 38,.6) linear-gradient(rgba(25,33,38,.6), rgba(25,33,38,.6)) padding-box; - --toolbarbutton-hover-boxshadow: none; - --toolbarbutton-hover-bordercolor: rgba(25,33,38,.6); - --toolbarbutton-active-background: rgba(25,33,38,1) linear-gradient(rgba(25,33,38,1), rgba(25,33,38,1)) border-box; - --toolbarbutton-active-boxshadow: none; - --toolbarbutton-active-bordercolor: rgba(25,33,38,.8); - --toolbarbutton-checkedhover-backgroundcolor: #3C5283; - /* Url and search bars */ --url-and-searchbar-background-color: #171B1F; --urlbar-separator-color: #5F6670; @@ -61,6 +52,18 @@ --identity-box-verified-background-color: transparent; } +/* Override the lwtheme-specific styling for toolbar buttons */ +:root[devtoolstheme="dark"], +:root[devtoolstheme="dark"] toolbar:-moz-lwtheme { + --toolbarbutton-hover-background: rgba(25,33, 38,.6) linear-gradient(rgba(25,33,38,.6), rgba(25,33,38,.6)) padding-box; + --toolbarbutton-hover-boxshadow: none; + --toolbarbutton-hover-bordercolor: rgba(25,33,38,.6); + --toolbarbutton-active-background: rgba(25,33,38,1) linear-gradient(rgba(25,33,38,1), rgba(25,33,38,1)) border-box; + --toolbarbutton-active-boxshadow: none; + --toolbarbutton-active-bordercolor: rgba(25,33,38,.8); + --toolbarbutton-checkedhover-backgroundcolor: #3C5283; +} + :root[devtoolstheme="light"] { --url-and-searchbar-background-color: #fff; @@ -81,9 +84,11 @@ --tab-selection-background-color: #4c9ed9; --tab-selection-box-shadow: none; --pinned-tab-glow: radial-gradient(22px at center calc(100% - 2px), rgba(76,158,217,0.9) 13%, transparent 16%); +} - - /* Toolbar buttons */ +/* Override the lwtheme-specific styling for toolbar buttons */ +:root[devtoolstheme="light"], +:root[devtoolstheme="light"] toolbar:-moz-lwtheme { --toolbarbutton-hover-background: #eaeaea; --toolbarbutton-hover-boxshadow: none; --toolbarbutton-hover-bordercolor: rgba(0,0,0,0.1); |