X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=7a21b855e82377a4c607c25aa16a56799388a1db;hb=db6435b42b5bc5e281dffca62a73b2ca35264f09;hp=a08ac4342578f85fb97a5cb51cbf9c49ab191019;hpb=d15efd045022e3553c5b4cdda26583ac2dcf867a;p=themes.git diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index a08ac434..7a21b855 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -45,7 +45,7 @@ /* ::::: textbox ::::: */ textbox { - -moz-border-radius: 3px; + border-radius: 3px; -moz-outline-radius: 5px; cursor: text; margin: 1px 2px; @@ -57,15 +57,9 @@ 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; + border-radius: 3px; margin: 0px !important; border: none !important; padding: 0px !important; @@ -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; }