X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;h=11cf1630e227b331c309da691ef39587485c2277;hp=af3f12ef86f9e594ece9732615a01f49d152892e;hb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f;hpb=d07092f55332a0d266283fbfff8cf31e0d7f0997 diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css index af3f12ef..11cf1630 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,14 @@ @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 ; -} - -.iconic { - list-style-image: url("resource:/res/rdf/document.gif") ! important ; -} +/* ===== search.css ===================================================== + == Styles specific to the Search sidebar panel. + ======================================================================= */ -.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; }