X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsearch%2Fsearch.css;h=d564890675c210e93e4ad0c5a2a59c781436bb56;hp=4490f9526282574649871e07293885b0907003b3;hb=7c110a07b23b8d007357734166ed48fd3092a4d2;hpb=0c2ff85ce528cbd3ee054edc4ee44d37f79fc0a3 diff --git a/EarlyBlue/communicator/search/search.css b/EarlyBlue/communicator/search/search.css index 4490f952..d5648906 100644 --- a/EarlyBlue/communicator/search/search.css +++ b/EarlyBlue/communicator/search/search.css @@ -37,47 +37,27 @@ @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 ; - } +.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 ; - } +.iconic { + list-style-image: url("resource:/res/rdf/document.gif") ! important ; +} -.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; - } +.searchresult-item[selected="true"] > .searchresult { + background-color: transparent; + color: windowtext; +} -.groove-bottom - { - border-bottom : 1px solid ThreeDShadow; - } +.groove-bottom { + border-bottom: 1px solid #666699; +} -#results-splitter - { - border-right : 1px solid ThreeDShadow; - border-left : 1px solid ThreeDHighlight; - } +#results-splitter { + border: 1px outset #CCD0DD; +} -#searchButton[stop="true"] - { - list-style-image : url("resource:/res/rdf/loading.gif"); - } +#searchButton[stop="true"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +}