From 6b06e94c8c83a8081eab4cfdfb37d64ec6aaa87b Mon Sep 17 00:00:00 2001 From: sixcooler Date: Fri, 20 Aug 2010 23:54:46 +0000 Subject: [PATCH] make searched word(s) in search-results viewable at dark themes git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7056 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- skins/dark-blue.css | 6 +++++- skins/dark.css | 1 + skins/phosphor.css | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/skins/dark-blue.css b/skins/dark-blue.css index 44e2b90dc..080d9e0ee 100644 --- a/skins/dark-blue.css +++ b/skins/dark-blue.css @@ -188,4 +188,8 @@ font-weight:bold; div.ProgressBarFill { background-color:#71D500; -} +} + +.snippetLoaded b { + color: #999999; +} diff --git a/skins/dark.css b/skins/dark.css index 7e77e12f8..3e7697628 100644 --- a/skins/dark.css +++ b/skins/dark.css @@ -73,6 +73,7 @@ a.bookmarkAction { color: #999999; } .searchresults { border-top: 1px #000 dashed; } .searchresults .url a { color: #008000; } .snippetLoading { color: #999999; } +.snippetLoaded b { color: #999999; } .snippetError { color: red; } .searchHighlight1 { font-weight: bold; color: #FFFF64; } .searchHighlight2 { font-weight: bold; color: #FF9B9B; } diff --git a/skins/phosphor.css b/skins/phosphor.css index 1625a3b9b..7ee4ae8da 100644 --- a/skins/phosphor.css +++ b/skins/phosphor.css @@ -175,6 +175,10 @@ div.ProgressBarFill { color:#999999; } +.snippetLoaded b { + color: #00ff00; +} + .snippetError { color:red; }