X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fsearch%2Fsearch.css;h=9de3dcaf67255a808da9d7d1ceb10b1659b29df5;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hp=0000000000000000000000000000000000000000;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978;p=themes.git diff --git a/LCARStrek/skin/LCARStrek/communicator/search/search.css b/LCARStrek/skin/LCARStrek/communicator/search/search.css new file mode 100644 index 00000000..9de3dcaf --- /dev/null +++ b/LCARStrek/skin/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"); + }