summaryrefslogtreecommitdiff
path: root/xpi/content/css/winxp
diff options
context:
space:
mode:
authorAris-t2 <aris-addons@gmx.net>2016-01-24 11:30:29 +0100
committerAris-t2 <aris-addons@gmx.net>2016-01-24 11:30:29 +0100
commitdf438b20fc5fe2736fb95b45f35e9583207a8819 (patch)
tree0534f39195928cee398c55da8e99429ae37fbc49 /xpi/content/css/winxp
parent3b6b8f33a4ae8f152e9e67f525b2947a91805c27 (diff)
1.4.7beta5
[locale] Estonian (et) translation updated (thanks to Maidur) [locale] Danish (da-DK) (thanks to scootergrisen) [fix] 'tab loading animation' options [fix] Win10 & HiDPI + Fx45+ & 'reduce location bars height' option [fix] Fx45+ & big icon mode: loop button [new option > Add-ons Manager] add-on lists: highlight entry on hover [change] preference window: renamed some labels [change] minor tweaks for 'prefs in window' option
Diffstat (limited to 'xpi/content/css/winxp')
-rw-r--r--xpi/content/css/winxp/alt_optionswindow2extra.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/xpi/content/css/winxp/alt_optionswindow2extra.css b/xpi/content/css/winxp/alt_optionswindow2extra.css
index af3bf60..5ed6503 100644
--- a/xpi/content/css/winxp/alt_optionswindow2extra.css
+++ b/xpi/content/css/winxp/alt_optionswindow2extra.css
@@ -1,3 +1,17 @@
@-moz-document url(about:preferences),url-prefix(about:preferences){
+ textbox {
+ -moz-appearance: textfield !important;
+ }
+ treecol {
+ -moz-appearance: treeheadercell !important;
+ color: black !important;
+ }
+}
+window[subdialog="true"] textbox {
+ -moz-appearance: textfield !important;
+}
+window[subdialog="true"] treecol {
+ -moz-appearance: treeheadercell !important;
+ color: black !important;
} \ No newline at end of file