Bug 1410233 - Restrict placeholder italicization to Windows 7. r?daleharvey draft
authorDão Gottwald <dao@mozilla.com>
Fri, 20 Oct 2017 14:00:54 +0200
changeset 683890 4d15496882d6fc1dbca1742eb800df88ea196151
parent 683863 d1e995c8640a191cd127e87273ec96cb2fabffa9
child 736748 9c4fdb201b5d4ebeafd98c83ef943e1872372c7e
push id85487
push userdgottwald@mozilla.com
push dateFri, 20 Oct 2017 12:15:37 +0000
reviewersdaleharvey
bugs1410233
milestone58.0a1
Bug 1410233 - Restrict placeholder italicization to Windows 7. r?daleharvey MozReview-Commit-ID: LEx3Wclxlci
toolkit/themes/windows/global/textbox.css
--- a/toolkit/themes/windows/global/textbox.css
+++ b/toolkit/themes/windows/global/textbox.css
@@ -26,17 +26,17 @@ html|*.textbox-textarea {
   margin: 0px !important;
   border: none !important;
   padding: 0px 1px !important;
   background-color: inherit;
   color: inherit;
   font: inherit;
 }
 
-@media (-moz-windows-default-theme) {
+@media (-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
   textbox html|*.textbox-input::placeholder {
     font-style: italic;
   }
 }
 
 .textbox-contextmenu {
   cursor: default;
 }