X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=1258006ad3087296c2a84bc6a92c5e3161e929f1;hp=9f425592683f1cc84342907403ba58fca0bfa7f7;hb=357754050dab3b35781c839f0d369297f00fcf2d;hpb=62736c3e53c8142b1317e5866372aa6a2abf7e01 diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 9f425592..1258006a 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -48,15 +48,18 @@ textbox { cursor: text; margin: 2px 3px; border: 1px inset #CCD0DD; - padding: 1px 0px 1px 2px; + padding: 1px 0px; + -moz-padding-start: 2px; background-color: #FFFFFF; color: #000000; min-height: 19px; } -textbox[empty="true"] { +/* this color should be on the -moz-placeholder +textbox[isempty="true"] { color: #CCD0DD; } +*/ html|*.textbox-input, html|*.textbox-textarea { @@ -105,7 +108,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; } @@ -117,8 +120,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]) { @@ -127,7 +130,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]) {