X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftextbox.css;h=104c141676254ed60b0aaa271ff1d825eec5ecfb;hp=346a507b900435bc21b3514cf4a25c20a94b2db6;hb=5815254d0fee2aef4e8c399b4eb560b2be9ee502;hpb=a7145e953610161cc4774a08ded880bc9e0e9e07 diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 346a507b..104c1416 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -18,7 +18,7 @@ textbox { margin: 1px 2px; border: 1px solid #9C9CFF; padding: 1px 0px; - -moz-padding-start: 2px; + padding-inline-start: 2px; background-color: #000000; color: #E7ADE7; min-height: 19px; @@ -35,12 +35,21 @@ html|*.textbox-textarea { font: inherit; } -html|*.textbox-input::-moz-placeholder, -html|*.textbox-textarea::-moz-placeholder { +html|*.textbox-input::placeholder, +html|*.textbox-textarea::placeholder { color: #8050B0; opacity: 1.0; } +html|*.textbox-input > .anonymous-div, +html|*.textbox-input::placeholder { + line-height: 1em; /* This would be ideal but doesn't work */ +} + +html|*.textbox-input { + /* max-height: 1em; work around the above rule that does not work */ +} + .textbox-input-box menupopup { cursor: default; } @@ -48,8 +57,8 @@ html|*.textbox-textarea::-moz-placeholder { /* ..... readonly state ..... */ textbox[readonly="true"] { - border: 1px solid #8050B0; - color: #8050B0; + border: 1px solid #A09090; + color: #A09090; } /* ..... disabled state ..... */ @@ -68,7 +77,7 @@ textbox[focused="true"] { } textbox[focused="true"][readonly="true"] { - border: 1px solid #8050B0; + border: 1px solid #A09090; outline: none; }