restore space between wizard buttons
[themes.git] / EarlyBlue / global / textbox.css
index 9ba19f704930e0141e1630ccff75cefc5e709c10..75c0ad31da5dddf6dd5f564598735230b549981a 100644 (file)
@@ -32,11 +32,6 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
-html|*.textbox-input:-moz-placeholder,
-html|*.textbox-textarea:-moz-placeholder {
-  color: #CCD0DD;
-}
-
 .textbox-input-box menupopup {
   cursor: default;
 }
@@ -87,7 +82,7 @@ textbox.plain {
 }
 
 .textbox-search-icon:-moz-locale-dir(rtl) {
-  -moz-transform: scaleX(-1);
+  transform: scaleX(-1);
 }
 
 .textbox-search-icon[searchbutton]:not([disabled]) {