summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorsixcooler <sixcooler@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-08-20 23:54:46 +0000
committersixcooler <sixcooler@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-08-20 23:54:46 +0000
commit6b06e94c8c83a8081eab4cfdfb37d64ec6aaa87b (patch)
tree1434ef091d09118b5b3375d203cc2c27fb04c384 /skins
parent66ac3a7d9d9518d88eb6a072c120d5eb2cb88e26 (diff)
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
Diffstat (limited to 'skins')
-rw-r--r--skins/dark-blue.css6
-rw-r--r--skins/dark.css1
-rw-r--r--skins/phosphor.css4
3 files changed, 10 insertions, 1 deletions
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;
}