X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=82271ad05b8c60137aa40b6a4e75169b46c57865;hp=496cfd0e86d4c4aceac9748aff3b9c1e8d958467;hb=18f5421a753324176299d1a66883253f6658d863;hpb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 496cfd0e..82271ad0 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -50,13 +50,14 @@ textbox { cursor: text; margin: 2px 3px; 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"] { +textbox[isempty="true"] { color: #6000CF; } @@ -88,7 +89,6 @@ textbox[disabled="true"] { border: 1px solid #8050B0; cursor: default; color: #8050B0; - border: 1px solid #666699; } /* ..... focused state ..... */ @@ -110,7 +110,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; } @@ -122,8 +122,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]) { @@ -132,7 +132,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]) {