X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=1258006ad3087296c2a84bc6a92c5e3161e929f1;hp=10d5aba47e6fd04f405ec03dd685b2b7d837a8cf;hb=357754050dab3b35781c839f0d369297f00fcf2d;hpb=7862e6ee1141fa74a714e5461320d2fb8299c455 diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 10d5aba4..1258006a 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -55,9 +55,11 @@ textbox { 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 { @@ -118,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]) { @@ -128,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]) {