summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
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;
}