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=9de3dcaf67255a808da9d7d1ceb10b1659b29df5;hp=0000000000000000000000000000000000000000;hb=351107c90e7ee7a17d9bf63798f2861307118309;hpb=3709f2d49b76dfc8ff821b8eee6fefb47746bd36 diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css new file mode 100644 index 00000000..9de3dcaf --- /dev/null +++ b/LCARStrek/communicator/search/search.css @@ -0,0 +1,45 @@ + +.engine[loading="true"] + { + list-style-image : url("resource:/res/rdf/loading.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; + } + +.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"); + }