diff options
author | Horst3180 | 2016-02-01 14:56:12 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-01 14:56:12 +0100 |
commit | 88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (patch) | |
tree | 4652ebfb7cce4a3cbd074b52e599ce6f911c7e15 /arc-firefox-theme/chrome/browser/devedition.css | |
parent | 2a3195cd4290828b452ff593a4b8b96c43f451b9 (diff) | |
download | solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.gz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.xz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.zip |
update to 45.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devedition.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/arc-firefox-theme/chrome/browser/devedition.css b/arc-firefox-theme/chrome/browser/devedition.css index 9f0796a..22d7cd3 100644 --- a/arc-firefox-theme/chrome/browser/devedition.css +++ b/arc-firefox-theme/chrome/browser/devedition.css @@ -47,7 +47,6 @@ /* Url and search bars */ --url-and-searchbar-background-color: #171B1F; - --url-and-searchbar-color: #fff; --urlbar-separator-color: #5F6670; --urlbar-dropmarker-url: url("chrome://browser/skin/devedition/urlbar-history-dropmarker.svg"); --urlbar-dropmarker-region: rect(0px, 11px, 14px, 0px); @@ -62,7 +61,8 @@ :root[devtoolstheme="dark"] #identity-box { --identity-box-chrome-color: #46afe3; --identity-box-verified-background-color: transparent; - --identity-box-selected-background-color: rgba(231,230,230,.2); + --identity-box-hover-background-color: rgba(231,230,230,.2); + --identity-box-selected-background-color: rgba(211,210,210,.2); } :root[devtoolstheme="light"] { @@ -166,11 +166,6 @@ color: var(--chrome-color); } -.browserContainer > .findbar-textbox { - background-color: var(--url-and-searchbar-background-color) !important; - color: var(--url-and-searchbar-color); -} - /* Default findbar text color doesn't look good - Bug 1125677 */ .browserContainer > findbar .findbar-find-status, .browserContainer > findbar .found-matches { @@ -200,7 +195,7 @@ toolbar[brighttext] #downloads-indicator-counter { #navigator-toolbox .searchbar-textbox { background-color: var(--url-and-searchbar-background-color) !important; background-image: none !important; - color: var(--url-and-searchbar-color) !important; + color: inherit !important; border: 1px solid var(--chrome-nav-bar-controls-border-color) !important; box-shadow: none !important; } @@ -312,6 +307,10 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper { background-image: none; } +:root { + --forwardbutton-width: 29px; +} + .tab-close-button[visuallyselected]:not(:hover) { background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 80, 16, 64); } |