X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Ftextbox.css;h=8cc49e6321338c13c54eac90e725b025eb29f98d;hp=b740ff4c0299c41e89230d3824ae490e53e01f2c;hb=7f414a22f141e64ac9ee07ea261fad8e73ae0157;hpb=891f9abcb06f66bae4346b2cace05eff4b9df3bc diff --git a/LCARStrek/global/skin/textbox.css b/LCARStrek/global/skin/textbox.css index b740ff4c..8cc49e63 100755 --- a/LCARStrek/global/skin/textbox.css +++ b/LCARStrek/global/skin/textbox.css @@ -1,5 +1,5 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ +@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ /** generic text fields (in dialogs) **/ @@ -50,7 +50,7 @@ } /* internal text widget */ - .textbox-input, .textbox-textarea + html|*.textbox-input, html|*.textbox-textarea { border : none !important; margin : 0px; @@ -84,7 +84,7 @@ margin : 0px !important; } -.textbox-inline-edit > .textbox-internal-box > .textbox-input +.textbox-inline-edit > .textbox-internal-box > html|*.textbox-input { border : none !important; padding : 0px !important; @@ -97,3 +97,4 @@ padding : 1px !important; margin : 0px !important; } +