summaryrefslogtreecommitdiff
path: root/xpi/content/css/winxp
diff options
context:
space:
mode:
authorAris-t2 <aris-addons@gmx.net>2015-12-31 12:41:56 +0100
committerAris-t2 <aris-addons@gmx.net>2015-12-31 12:41:56 +0100
commitdbc70d20146d4ed8ad5e92bab0c3853f526d06c2 (patch)
treeac0ce597338063892d44e382b2f29f2a320f4a4b /xpi/content/css/winxp
parent28ee798baeea2c2d523e96b829843df455a1e3c6 (diff)
1.4.6 beta 6
[locale] Russian (ru) translation updated (thanks to Alexei) [locale] Chinese (zh-CN) translation updated (thanks to Cye3s) [locale] Slovenian (sl-SI) translation updated (thanks to Klofutar) [locale] Polish (pl-PL) translation updated (thanks to Mrere) [fix] Fx45+ & Window Classic VS: new tab icon glitch [fix] Win10 & Fx44+ & small button view: back/forward buttons [fix] Aero colors option + menu bar + Windows classic VS [new option > General UI 1] Old search: clear input after search
Diffstat (limited to 'xpi/content/css/winxp')
-rw-r--r--xpi/content/css/winxp/classictabsextra.css4
-rw-r--r--xpi/content/css/winxp/classictabsextra2c2.css4
-rw-r--r--xpi/content/css/winxp/classictabsextrac2.css5
-rw-r--r--xpi/content/css/winxp/curvedtabsextra.css4
4 files changed, 16 insertions, 1 deletions
diff --git a/xpi/content/css/winxp/classictabsextra.css b/xpi/content/css/winxp/classictabsextra.css
index 4a0b75b..9b040ee 100644
--- a/xpi/content/css/winxp/classictabsextra.css
+++ b/xpi/content/css/winxp/classictabsextra.css
@@ -99,6 +99,10 @@
#TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png) !important;
}
+ #main-window[fx45plus="true"] .tabs-newtab-button:not(:-moz-lwtheme):not(#privateTab-afterTabs-openNewPrivateTab),
+ #main-window[fx45plus="true"] #TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
+ list-style-image: url(chrome://browser/skin/tabbrowser/newtab.svg) !important;
+ }
/* tab colors */
.tabbrowser-tab[selected="true"]:not(:-moz-lwtheme){
diff --git a/xpi/content/css/winxp/classictabsextra2c2.css b/xpi/content/css/winxp/classictabsextra2c2.css
index 7d787ca..fd163bc 100644
--- a/xpi/content/css/winxp/classictabsextra2c2.css
+++ b/xpi/content/css/winxp/classictabsextra2c2.css
@@ -13,6 +13,10 @@
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png) !important;
}
+ #main-window[fx45plus="true"] .tabs-newtab-button:not(:-moz-lwtheme):not(#privateTab-afterTabs-openNewPrivateTab),
+ #main-window[fx45plus="true"] #TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
+ list-style-image: url(chrome://browser/skin/tabbrowser/newtab.svg) !important;
+ }
/* tab colors lightweight theme */
.tabbrowser-tab[selected]:-moz-lwtheme .tab-content {
diff --git a/xpi/content/css/winxp/classictabsextrac2.css b/xpi/content/css/winxp/classictabsextrac2.css
index 545fedb..33f3e7f 100644
--- a/xpi/content/css/winxp/classictabsextrac2.css
+++ b/xpi/content/css/winxp/classictabsextrac2.css
@@ -26,7 +26,10 @@
#TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png) !important;
}
-
+ #main-window[fx45plus="true"] .tabs-newtab-button:not(:-moz-lwtheme):not(#privateTab-afterTabs-openNewPrivateTab),
+ #main-window[fx45plus="true"] #TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
+ list-style-image: url(chrome://browser/skin/tabbrowser/newtab.svg) !important;
+ }
/* tab colors lightweight theme */
.tabbrowser-tab[selected]:-moz-lwtheme .tab-content {
diff --git a/xpi/content/css/winxp/curvedtabsextra.css b/xpi/content/css/winxp/curvedtabsextra.css
index 04c901a..94f5216 100644
--- a/xpi/content/css/winxp/curvedtabsextra.css
+++ b/xpi/content/css/winxp/curvedtabsextra.css
@@ -39,6 +39,10 @@
#TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png) !important;
}
+ #main-window[fx45plus="true"] .tabs-newtab-button:not(:-moz-lwtheme):not(#privateTab-afterTabs-openNewPrivateTab),
+ #main-window[fx45plus="true"] #TabsToolbar > #new-tab-button:not(:-moz-lwtheme) {
+ list-style-image: url(chrome://browser/skin/tabbrowser/newtab.svg) !important;
+ }
.tabs-newtab-button {
z-index: 0 !important;