diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-04-18 17:40:44 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-04-18 17:40:44 +0200 |
commit | 07e3c01f5011974fdbd2f59cd37930d062b18ed3 (patch) | |
tree | e5800c3f8a2622a282b3437aa6a56805de4b9aee /browser/themes/windows | |
parent | 20f11644f4726cc412e591060ef24ddf4a19d644 (diff) | |
download | palemoon-gre-07e3c01f5011974fdbd2f59cd37930d062b18ed3.tar.gz |
Fix color detection module, revert incorrect style changes, add style change to window title.
Diffstat (limited to 'browser/themes/windows')
-rw-r--r-- | browser/themes/windows/browser-aero.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/browser/themes/windows/browser-aero.css b/browser/themes/windows/browser-aero.css index b88f32277..c211e36c8 100644 --- a/browser/themes/windows/browser-aero.css +++ b/browser/themes/windows/browser-aero.css @@ -463,27 +463,6 @@ #main-window[darkwindowframe="true"] #TabsToolbar:not(:-moz-lwtheme):not(:-moz-window-inactive) { color: white; } - - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) :-moz-any(@primaryToolbarButtons@):not(:-moz-lwtheme):not(:-moz-window-inactive), - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) #bookmarks-menu-button:not(:-moz-lwtheme) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:not(:-moz-window-inactive) { - list-style-image: url(chrome://browser/skin/Toolbar-inverted.png); - } - - #main-window[darkwindowframe="true"] .tabs-newtab-button:not(:-moz-lwtheme):not(:-moz-window-inactive), - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) > #new-tab-button:not(:-moz-lwtheme):not(:-moz-window-inactive), - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) > toolbarpaletteitem > #new-tab-button:not(:-moz-lwtheme):not(:-moz-window-inactive) { - list-style-image: url(chrome://browser/skin/tabbrowser/newtab-inverted.png); - } - - #main-window[darkwindowframe="true"] .tab-close-button:not(:-moz-any(:hover, [selected="true"], :-moz-lwtheme, :-moz-window-inactive)) { - -moz-image-region: rect(0, 64px, 16px, 48px); - } - - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) > #sync-button[status="active"]:not(:-moz-lwtheme), - #main-window[darkwindowframe="true"] :-moz-any(#toolbar-menubar, #TabsToolbar) > toolbarpaletteitem > #sync-button[status="active"]:not(:-moz-lwtheme) { - list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); - } - /* ==== ==== */ #main-window[sizemode=fullscreen]:not(:-moz-lwtheme) { |