X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;fp=LCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;h=725ddadadc9a7f43eebc3fdcc9d9e183a86ea424;hp=af3f12ef86f9e594ece9732615a01f49d152892e;hb=7aa6555801cc190778098a3847e8fc55e5468771;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css index af3f12ef..725ddada 100644 --- a/LCARStrek/communicator/search/search.css +++ b/LCARStrek/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,27 +38,18 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.engine[loading="true"] { - list-style-image: url("chrome://global/skin/icons/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-item[selected="true"] > .searchresult { - background-color: transparent; - color: #FFCF00; -} - -.groove-bottom { - border-bottom: 1px solid #9C9CFF; -} - -#results-splitter { - border: 1px solid #9C9CFF; -} +/* :::: undo regular search listbox selection look :::: */ -#searchButton[stop="true"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); +.searchresult-item[selected="true"] { + border: none !important; + background-color: transparent !important; + color: inherit !important; }