X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsearch%2Fsearch.css;h=11cf1630e227b331c309da691ef39587485c2277;hb=2665244bd3d403d2c15c443ec65f39fea7e933c1;hp=4490f9526282574649871e07293885b0907003b3;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e;p=themes.git diff --git a/EarlyBlue/communicator/search/search.css b/EarlyBlue/communicator/search/search.css index 4490f952..11cf1630 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,14 @@ @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 ; - } +/* :::: undo regular search listbox selection look :::: */ -.searchresult-cell:hover - { - color : blue; - text-decoration : underline; - cursor : pointer; - } - -.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; +}