diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 12:49:23 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 12:49:23 +0100 |
commit | fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c (patch) | |
tree | dffeaa3619eb4fc8757dabd3ce8464308b9ba312 /toolkit/themes/windows/global/textbox.css | |
parent | 8826313be011b3077c3ac4c6238f2b62e1f3227d (diff) | |
download | UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.gz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.lz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.xz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.zip |
Remove Windows XP and Windows Vista theme components and resources.
Diffstat (limited to 'toolkit/themes/windows/global/textbox.css')
-rw-r--r-- | toolkit/themes/windows/global/textbox.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolkit/themes/windows/global/textbox.css b/toolkit/themes/windows/global/textbox.css index 78ca7f320..7b136a0ea 100644 --- a/toolkit/themes/windows/global/textbox.css +++ b/toolkit/themes/windows/global/textbox.css @@ -37,10 +37,8 @@ html|*.textbox-textarea { } @media (-moz-windows-default-theme) { - @media not all and (-moz-os-version: windows-xp) { - textbox html|*.textbox-input::placeholder { - font-style: italic; - } + textbox html|*.textbox-input::placeholder { + font-style: italic; } } |