X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=a564909bcf56dd9058a2a46066bbe2720b1968c3;hb=706c344c03f7c434b9407c67e1bd904eab88778d;hp=760cf756d748550a2220de22eb428be875c9baa9;hpb=17b8126ad94ff1d98e40d92695da4545045863f5;p=themes.git diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 760cf756..a564909b 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -48,7 +48,7 @@ textbox { -moz-border-radius: 3px; -moz-outline-radius: 5px; cursor: text; - margin: 2px 3px; + margin: 1px 2px; border: 1px solid #9C9CFF; padding: 1px 0px; -moz-padding-start: 2px; @@ -57,12 +57,6 @@ textbox { min-height: 19px; } -/* this color should be on the -moz-placeholder -textbox[isempty="true"] { - color: #6000CF; -} -*/ - html|*.textbox-input, html|*.textbox-textarea { -moz-border-radius: 3px; @@ -74,6 +68,11 @@ html|*.textbox-textarea { font: inherit; } +html|*.textbox-input:-moz-placeholder, +html|*.textbox-textarea:-moz-placeholder { + color: #6000CF; +} + .textbox-input-box menupopup { cursor: default; }