X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=e499f7b769bdd867ba0ab37af7746df300f377f6;hp=10d5aba47e6fd04f405ec03dd685b2b7d837a8cf;hb=18f5421a753324176299d1a66883253f6658d863;hpb=fd47b6b0a4f08749596a64fb037173cfcceba5cd diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 10d5aba4..e499f7b7 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -55,7 +55,7 @@ textbox { min-height: 19px; } -textbox[empty="true"] { +textbox[isempty="true"] { color: #CCD0DD; } @@ -118,8 +118,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 +128,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]) {