X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Ftextfield.css;h=33b017f97ce9867dc5f6345086233350b58d2ca6;hp=9c11b5166162f24c8dd8c57af6f67790f3207157;hb=c9990331a4456dc80a097ba6a23e9d2578637327;hpb=a97778edf641b4680f489833eae1de29cea81466 diff --git a/LCARStrek/global/skin/textfield.css b/LCARStrek/global/skin/textfield.css index 9c11b516..33b017f9 100755 --- a/LCARStrek/global/skin/textfield.css +++ b/LCARStrek/global/skin/textfield.css @@ -1,102 +1,102 @@ -@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 */ - -/** generic text fields (in dialogs) - **/ - -/* outer frame */ - textfield - { - -moz-border-radius : 3px; - border : 1px solid #9C9CFF; - font : inherit; - color : #E7ADE7; - padding : 0px; - margin : 1px 3px 2px 4px; - background-color : #000000; - cursor : text; - } - - textfield[readonly="true"] - { - border : 1px solid #8050B0; - color : #8050B0; - } - - textfield[focused="true"] - { - border : 2px solid #FFCF00; - margin : 0px 2px 1px 3px; - } - - textfield[focused="true"][readonly="true"] - { - border : 1px solid #8050B0; - margin : 1px 3px 2px 4px; - } - -/* internal frame */ - .textfield-internal-box - { - -moz-border-radius : 3px; - margin : 0px; - padding : 1px 2px 1px 2px; - cursor : text; - border : none; - background-color : inherit; - color : inherit; - } - - textfield[disabled="true"] > .textfield-internal-box - { - border : none; - } - - .textarea-internal-box - { - padding : 0px 0px 0px 2px; - } - -/* internal text widget */ - .textfield-input, .textfield-textarea - { - color : inherit; - border : none !important; - margin : 0px; - font : inherit; - background-color : inherit; - } - - textfield[disabled="true"] - { - cursor : default ! important; - } - -/** plain atomic textfields, class="plain" **/ - textfield.plain, - textfield.plain > .textfield-internal-box, - textfield.plain > .textarea-internal-box - { - padding : 0px !important; - margin : 0px !important; - border : none !important; - } - - .scrollfield - { - border : none !important; - margin : 0px; - margin-top : 1px; - padding : 0px !important; - background : inherit; - } - - .scrollfield > .textfield-internal-box - { - border : none !important; - margin : 0px !important; - padding : 0px !important; - } - - - \ No newline at end of file +@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 */ + +/** generic text fields (in dialogs) + **/ + +/* outer frame */ + textbox + { + -moz-border-radius : 3px; + border : 1px solid #9C9CFF; + font : inherit; + color : #E7ADE7; + padding : 0px; + margin : 1px 3px 2px 4px; + background-color : #000000; + cursor : text; + } + + textbox[readonly="true"] + { + border : 1px solid #8050B0; + color : #8050B0; + } + + textbox[focused="true"] + { + border : 2px solid #FFCF00; + margin : 0px 2px 1px 3px; + } + + textbox[focused="true"][readonly="true"] + { + border : 1px solid #8050B0; + margin : 1px 3px 2px 4px; + } + +/* internal frame */ + .textbox-internal-box + { + -moz-border-radius : 3px; + margin : 0px; + padding : 1px 2px 1px 2px; + cursor : text; + border : none; + background-color : inherit; + color : inherit; + } + + textbox[disabled="true"] > .textbox-internal-box + { + border : none; + } + + .textarea-internal-box + { + padding : 0px 0px 0px 2px; + } + +/* internal text widget */ + .textbox-input, .textbox-textarea + { + color : inherit; + border : none !important; + margin : 0px; + font : inherit; + background-color : inherit; + } + + textbox[disabled="true"] + { + cursor : default ! important; + } + +/** plain atomic textfields, class="plain" **/ + textbox.plain, + textbox.plain > .textbox-internal-box, + textbox.plain > .textarea-internal-box + { + padding : 0px !important; + margin : 0px !important; + border : none !important; + } + + .scrollfield + { + border : none !important; + margin : 0px; + margin-top : 1px; + padding : 0px !important; + background : inherit; + } + + .scrollfield > .textbox-internal-box + { + border : none !important; + margin : 0px !important; + padding : 0px !important; + } + + +