X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=d8d7e8953202717a573b66dc1ebf4b1a8230e096;hp=5d71b12b61f3a87bb9c91f2809052499cbeafba2;hb=7f3c87b90b35de6caf61470435a41efc3a4b852a;hpb=ddc494fc510684ce84c8818a5859c8a9717c5f5d diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 5d71b12b..d8d7e895 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -48,7 +48,8 @@ textbox { cursor: text; margin: 2px 3px; border: 1px inset #CCD0DD; - padding: 1px 0px 1px 2px; + padding: 1px 0px; + -moz-padding-start: 2px; background-color: #FFFFFF; color: #000000; min-height: 19px; @@ -64,6 +65,11 @@ html|*.textbox-textarea { font: inherit; } +html|*.textbox-input:-moz-placeholder, +html|*.textbox-textarea:-moz-placeholder { + color: #CCD0DD; +} + .textbox-input-box menupopup { cursor: default; } @@ -81,6 +87,7 @@ textbox[disabled="true"] { cursor: default; background-color: #FFFFFF; color: #CCCCCC; + border: 1px solid #666699; } textbox[focused="true"] { @@ -99,11 +106,36 @@ textbox.plain { padding: 0px !important; margin: 0px !important; border: none !important; - background-color: inherit !important; + outline: none !important; + background-color: transparent; color: inherit !important; 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:-moz-locale-dir(rtl) { + -moz-transform: scaleX(-1); +} + +.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(16px, 16px, 32px, 0); +} + +.textbox-search-clear:not([disabled]) { + cursor: default; +} + /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {