From df438b20fc5fe2736fb95b45f35e9583207a8819 Mon Sep 17 00:00:00 2001 From: Aris-t2 Date: Sun, 24 Jan 2016 11:30:29 +0100 Subject: 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 --- xpi/content/css/winxp/alt_optionswindow2extra.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'xpi/content/css/winxp') 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 -- cgit v1.2.3