X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsearch%2Fsearch.css;h=725ddadadc9a7f43eebc3fdcc9d9e183a86ea424;hp=4490f9526282574649871e07293885b0907003b3;hb=c37975ccd5cbbaecc6ea33ba25eac5b9cdc6ef29;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/communicator/search/search.css b/EarlyBlue/communicator/search/search.css index 4490f952..725ddada 100644 --- a/EarlyBlue/communicator/search/search.css +++ b/EarlyBlue/communicator/search/search.css @@ -19,6 +19,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Joe Hewitt * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -37,47 +38,18 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.engine[loading="true"] - { - list-style-image : url("resource:/res/rdf/loading.gif") ! important ; - } +/* ===== search.css ===================================================== + == Styles specific to the Search sidebar panel. + ======================================================================= */ -.iconic - { - list-style-image : url("resource:/res/rdf/document.gif") ! important ; - } +#stopButton { + list-style-image: url("chrome://communicator/skin/icons/loading.gif"); +} -.searchresult-cell:hover - { - color : blue; - text-decoration : underline; - cursor : pointer; - } +/* :::: undo regular search listbox selection look :::: */ -.searchresult-cell:hover:active - { - color : red; - text-decoration : underline; - } - -.searchresult-item[selected="true"] > .searchresult - { - background-color : transparent; - color : windowtext; - } - -.groove-bottom - { - border-bottom : 1px solid ThreeDShadow; - } - -#results-splitter - { - border-right : 1px solid ThreeDShadow; - border-left : 1px solid ThreeDHighlight; - } - -#searchButton[stop="true"] - { - list-style-image : url("resource:/res/rdf/loading.gif"); - } +.searchresult-item[selected="true"] { + border: none !important; + background-color: transparent !important; + color: inherit !important; +}