X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=6cbc325be0c9020c525d3a1013b1cd6b1214121e;hp=f194f30540bbdb6189e71acebd239c3bcfe16ee5;hb=e181d49eeb1dcbecff7259949174b68c78b547c9;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index f194f305..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"] { @@ -109,4 +111,10 @@ textbox.plain { 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; +}