X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=496cfd0e86d4c4aceac9748aff3b9c1e8d958467;hp=e55b2bb4d98dea10baace8fda2d326299bccc422;hb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f;hpb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index e55b2bb4..496cfd0e 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -46,6 +46,7 @@ textbox { -moz-border-radius: 3px; + -moz-outline-radius: 5px; cursor: text; margin: 2px 3px; border: 1px solid #9C9CFF; @@ -55,6 +56,10 @@ textbox { min-height: 19px; } +textbox[empty="true"] { + color: #6000CF; +} + html|*.textbox-input, html|*.textbox-textarea { -moz-border-radius: 3px; @@ -91,7 +96,6 @@ textbox[disabled="true"] { textbox[focused="true"] { border: 1px solid #008484; outline: 1px solid #008484; - margin: 1px 3px; } textbox[focused="true"][readonly="true"] {