make popup notifications and arrow panels work and look better
[themes.git] / EarlyBlue / global / textbox.css
index 10d5aba47e6fd04f405ec03dd685b2b7d837a8cf..d8d7e8953202717a573b66dc1ebf4b1a8230e096 100644 (file)
@@ -55,10 +55,6 @@ textbox {
   min-height: 19px;
 }
 
-textbox[empty="true"] {
-  color: #CCD0DD;
-}
-
 html|*.textbox-input,
 html|*.textbox-textarea {
   margin: 0px !important;
@@ -69,6 +65,11 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
+html|*.textbox-input:-moz-placeholder,
+html|*.textbox-textarea:-moz-placeholder {
+  color: #CCD0DD;
+}
+
 .textbox-input-box menupopup {
   cursor: default;
 }
@@ -118,8 +119,8 @@ textbox.plain {
   -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
-.textbox-search-icon[chromedir="rtl"] {
-  -moz-image-region: rect(16px, 16px, 32px, 0);
+.textbox-search-icon:-moz-locale-dir(rtl) {
+  -moz-transform: scaleX(-1);
 }
 
 .textbox-search-icon[searchbutton]:not([disabled]) {
@@ -128,7 +129,7 @@ textbox.plain {
 
 .textbox-search-clear {
   list-style-image: url("chrome://global/skin/icons/search.png");
-  -moz-image-region: rect(32px, 16px, 48px, 0);
+  -moz-image-region: rect(16px, 16px, 32px, 0);
 }
 
 .textbox-search-clear:not([disabled]) {