X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=9f425592683f1cc84342907403ba58fca0bfa7f7;hp=3bc045bfdbfb0be323b1ddbb172eff4097b86c2b;hb=acb63e9c6fb6767d7b468ad41950197407b1d985;hpb=726e083d383785788bf5cd6e5d087aabcb8a9fae diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 3bc045bf..9f425592 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -54,6 +54,10 @@ textbox { min-height: 19px; } +textbox[empty="true"] { + color: #CCD0DD; +} + html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; @@ -81,6 +85,7 @@ textbox[disabled="true"] { cursor: default; background-color: #FFFFFF; color: #CCCCCC; + border: 1px solid #666699; } textbox[focused="true"] {