X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=9f425592683f1cc84342907403ba58fca0bfa7f7;hb=c710949da7cada91a80f0b6cece1a7fc0388c640;hp=c452403ad8447ab3adcd614ada3f453608fdadeb;hpb=fb49b4325c38f514c2ab591bb8d79dedf97f3ee2;p=themes.git diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index c452403a..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"] { @@ -105,6 +110,30 @@ textbox.plain { min-height: 0px; } +/* ::::: search textbox ::::: */ + +.textbox-search-icon { + list-style-image: url("chrome://global/skin/icons/search.png"); + -moz-image-region: rect(0, 16px, 16px, 0); +} + +.textbox-search-icon[chromedir="rtl"] { + -moz-image-region: rect(16px, 16px, 32px, 0); +} + +.textbox-search-icon[searchbutton]:not([disabled]) { + cursor: pointer; +} + +.textbox-search-clear { + list-style-image: url("chrome://global/skin/icons/search.png"); + -moz-image-region: rect(32px, 16px, 48px, 0); +} + +.textbox-search-clear:not([disabled]) { + cursor: default; +} + /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {