test different rules for mac detection
[themes.git] / LCARStrek / global / textbox.css
index 8b99810e1a60c95a35e150918b6cd75c6b1472c1..346a507b900435bc21b3514cf4a25c20a94b2db6 100644 (file)
@@ -35,9 +35,10 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
-html|*.textbox-input:-moz-placeholder,
-html|*.textbox-textarea:-moz-placeholder {
-  color: #6000CF;
+html|*.textbox-input::-moz-placeholder,
+html|*.textbox-textarea::-moz-placeholder {
+  color: #8050B0;
+  opacity: 1.0;
 }
 
 .textbox-input-box menupopup {
@@ -91,7 +92,7 @@ textbox.plain {
 }
 
 .textbox-search-icon:-moz-locale-dir(rtl) {
-  -moz-transform: scaleX(-1);
+  transform: scaleX(-1);
 }
 
 .textbox-search-icon[searchbutton]:not([disabled]) {