diff options
author | Horst3180 | 2016-04-25 12:29:14 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-25 12:29:14 +0200 |
commit | 0a0e897db896e30c2cff9e0ed49e730e6156d5be (patch) | |
tree | 68801e8b4a897b7c8cbdcfa50401593273b2c5f1 /arc-firefox-theme | |
parent | 5e0c513926bf299ec98cc31a35867459ddcc82be (diff) | |
download | solarc-firefox-theme-0a0e897db896e30c2cff9e0ed49e730e6156d5be.tar.gz solarc-firefox-theme-0a0e897db896e30c2cff9e0ed49e730e6156d5be.tar.xz solarc-firefox-theme-0a0e897db896e30c2cff9e0ed49e730e6156d5be.zip |
update to 46.0rc5firefox-46-beta
Diffstat (limited to 'arc-firefox-theme')
4 files changed, 3 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser-lightweightTheme.css b/arc-firefox-theme/chrome/browser/browser-lightweightTheme.css index 53f07ec..708729d 100644 --- a/arc-firefox-theme/chrome/browser/browser-lightweightTheme.css +++ b/arc-firefox-theme/chrome/browser/browser-lightweightTheme.css @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* navbarInsetHighlight is tightly coupled to the toolbarHighlight constant. */ /* * LightweightThemeListener will append the current lightweight theme's header diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss index 3e1ff1d..77047ec 100644 --- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss +++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss @@ -120,10 +120,6 @@ $darker_asset_path_2: if($darker=='true', 'dark', $asset_path); padding-bottom: 3px; } -//#nav-bar:-moz-lwtheme { -// box-shadow: 0 1px 0 rgba(255,255,255,.4) inset; -//} - #nav-bar-overflow-button { -moz-image-region: rect(-5px, 12px, 11px, -4px); } diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg index 06712c2..da9c882 100644 --- a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg +++ b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg @@ -9,6 +9,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* navbarInsetHighlight is tightly coupled to the toolbarHighlight constant. */ #tab-background-fill { background-color: -moz-dialog; background-image: linear-gradient(transparent 2px, hsla(0,0%,100%,.05) 2px, hsla(0,0%,100%,.05)); diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg index 1df7bc7..8f91c4b 100644 --- a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg +++ b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg @@ -9,6 +9,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* navbarInsetHighlight is tightly coupled to the toolbarHighlight constant. */ #tab-background-fill { background-color: -moz-dialog; background-image: linear-gradient(transparent 2px, hsla(0,0%,100%,.05) 2px, hsla(0,0%,100%,.05)); |