X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=055fd9e1a3d372f97ebd904aae02a178098df50f;hp=c46612f0d6fc71a30e306f4747c8643d0051d161;hb=f9e30662e160ad9a7ccd313dc21ecda3ac5f7b61;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index c46612f0..055fd9e1 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -36,100 +36,76 @@ * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); -/* ::::: autocomplete ::::: */ - -textbox[type="autocomplete"] - { - cursor : default !important; - } +/* ===== autocomplete.css ================================================= + == Styles used by the autocomplete widget. + ======================================================================= */ -.autocomplete-internal-box - { - padding : 0px !important; - } +/* ::::: autocomplete ::::: */ -.autocomplete-textbox-container - { - padding : 1px 2px 1px 2px; - } +textbox { + cursor: default; + padding: 0px; +} -.autocomplete-textbox - { - cursor : text; - } +.textbox-input-box { + margin: 0 3px; + -moz-box-align: center; +} /* ::::: 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"] - { - border : none; - } - -.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box - { - border : 1px inset #CCD0DD; - padding : 2px 0px 0px 2px; - } +.autocomplete-history-dropmarker { + -moz-box-align: center; + -moz-box-pack: center; + min-width: 15px; + min-height: 19px; + border: 1px outset #CCD0DD; + background-color: #9999CC; + padding: 1px; + list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); +} + +.autocomplete-history-dropmarker[open="true"] { + 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 - { - border : none; - background-color : transparent !important; - } - -.autocomplete-outlinercol - { - margin : 0px !important; - border : none !important; - padding : 0px !important; - } - -.autocomplete-outlinerbody:-moz-outliner-cell-text - { - padding-left: 8px; - } - -.autocomplete-outlinerbody:-moz-outliner-row(menuactive) - { - background-color : #336699; - } - -.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) - { - color : white !important; - } +.autocomplete-history-popup { + border: 1px solid #9999CC; + background-color: white !important; + padding: 0; +} + +.autocomplete-history-popup { + max-height: 25em; +} + +/* ::::: tree ::::: */ + +.autocomplete-tree { + border: none; + background-color: transparent !important; +} + +.autocomplete-treecol { + margin: 0px !important; + border: none !important; + padding: 0px !important; +} + +.autocomplete-treebody::-moz-tree-cell-text { + padding-left: 8px; +} + +.autocomplete-treebody::-moz-tree-row(menuactive) { + background-color: #336699; +} + +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { + color: white !important; +}