X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;h=cc684cfcd8f6ca72ef4c2b9704281001ea34e28f;hp=9de3dcaf67255a808da9d7d1ceb10b1659b29df5;hb=e26e584d74ccd90fd37fa22ad74bc5119d742fe1;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css index 9de3dcaf..cc684cfc 100644 --- a/LCARStrek/communicator/search/search.css +++ b/LCARStrek/communicator/search/search.css @@ -1,45 +1,17 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -.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 ; - } +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.searchresult-cell:hover - { - color : blue; - text-decoration : underline; - cursor : pointer; - } +#searchPanel { + padding: 0; +} -.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"); - } +.autocomplete-treebody::-moz-tree-cell(suggesthint) { + border-top: 1px solid #8050B0; +}