X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fautocomplete.css;fp=EarlyBlue%2Fglobal%2Fskin%2Fautocomplete.css;h=0000000000000000000000000000000000000000;hp=be3b1fb9224653e371710b8bfcfc5b5d2593e2ac;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/global/skin/autocomplete.css b/EarlyBlue/global/skin/autocomplete.css deleted file mode 100644 index be3b1fb9..00000000 --- a/EarlyBlue/global/skin/autocomplete.css +++ /dev/null @@ -1,92 +0,0 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ - -/* ::::: autocomplete ::::: */ - -textbox[type="autocomplete"] - { - cursor : default !important; - } - -.textbox-input - { - cursor : text; - } - -.autocomplete-internal-box - { - padding : 0px !important; - } - -.autocomplete-textbox-container - { - padding : 1px 2px 1px 2px; - } - - -/* ::::: history button ::::: */ - -.autocomplete-history-button - { - -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button"); - width : 15px; - min-height : 19px; - border : none; - background-color : #9999CC; - list-style-image : url("chrome://global/skin/scroll-down.gif"); - padding : 0px; - margin : 0px; - } - -.autocomplete-history-button > .autocomplete-history-button-internal-box - { - border : 1px outset #CCD0DD; - padding : 1px; - } - -.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box - { - border : 1px inset #CCD0DD; - padding : 2px 0px 0px 2px; - } - -/* ::::: autocomplete popups ::::: */ - -.autocomplete-result-popup, -.autocomplete-history-popup - { - border : 1px solid #9999CC !important; - background-color : white !important; - } - -.autocomplete-history-popup - { - max-height : 180px; - } - -/* ::::: outliner ::::: */ - -.autocomplete-outliner - { - background-color : transparent !important; - } - -.autocomplete-outlinercol - { - margin : 0px !important; - border : none !important; - padding : 0px !important; - } - -.autocomplete-outlinerbody:-moz-outliner-row(menuactive) - { - background-color : Highlight; - } - -.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) - { - color : HighlightText !important; - } - - - -