X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=760cf756d748550a2220de22eb428be875c9baa9;hb=26787eb586ea1245da39b59c14de565a30fbf42f;hp=d826781d3cdab6e286dff88d809e915c55ef5d45;hpb=cfae8c7415f63c4e1fb5a13876f22ee0881b76ec;p=themes.git diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index d826781d..760cf756 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -57,9 +57,11 @@ textbox { 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 { @@ -122,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]) { @@ -132,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]) {