some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / global / textbox.css
index bbbb24428faaac4a04002ca71e7f9ecefc4dd141..a08ac4342578f85fb97a5cb51cbf9c49ab191019 100644 (file)
@@ -48,17 +48,20 @@ textbox {
   -moz-border-radius: 3px;
   -moz-outline-radius: 5px;
   cursor: text;
-  margin: 2px 3px;
+  margin: 1px 2px;
   border: 1px solid #9C9CFF;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 0px;
+  -moz-padding-start: 2px;
   background-color: #000000;
   color: #E7ADE7;
   min-height: 19px;
 }
 
-textbox[empty="true"] {
+/* this color should be on the -moz-placeholder
+textbox[isempty="true"] {
   color: #6000CF;
 }
+*/
 
 html|*.textbox-input,
 html|*.textbox-textarea {
@@ -109,7 +112,7 @@ textbox.plain {
   margin: 0px !important;
   border: none !important;
   outline: none !important;
-  background-color: inherit !important;
+  background-color: transparent;
   color: inherit !important;
   min-height: 0px;
 }
@@ -121,8 +124,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]) {
@@ -131,7 +134,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]) {