X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=6cbc325be0c9020c525d3a1013b1cd6b1214121e;hp=3d81480b2011682738ecd176a608f1cca85ecf26;hb=86609099c5905442cd908d7e7309c9551e1102f1;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5 diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 3d81480b..6cbc325b 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -35,15 +35,13 @@ * * ***** END LICENSE BLOCK ***** */ -@import url("chrome://global/content/autocomplete.css"); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - /* ===== textbox.css ================================================== == Styles used by the XUL textbox element. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); + /* ::::: textbox ::::: */ textbox { @@ -60,7 +58,7 @@ textbox { min-height: 19px; } -html|*.textbox-input, +html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; border: none !important; @@ -70,6 +68,10 @@ html|*.textbox-textarea { font: inherit; } +.textbox-input-box menupopup { + cursor: default; +} + /* ..... readonly state ..... */ textbox[readonly="true"] { @@ -83,7 +85,7 @@ textbox[disabled="true"] { cursor: default; background-color: #FFFFFF; color: #CCCCCC; -} +} textbox[focused="true"] { -moz-border-top-colors: #6699CC #6699CC; @@ -106,5 +108,13 @@ textbox.plain { padding: 0px !important; margin: 0px !important; border: none !important; + background-color: inherit !important; + color: inherit !important; min-height: 0px; -} \ No newline at end of file +} + +/* ::::: textboxes inside toolbarpaletteitems ::::: */ + +toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input { + visibility: hidden; +}