summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2013-02-04 21:24:57 +0100
committerMichael Peter Christen <mc@yacy.net>2013-02-04 21:24:57 +0100
commit1e3d8cc235754826df616d1936cb21d74687144f (patch)
treecd2f377563892bf9eedcab6a5ca33001a7b3b6dc /skins
parent19c46e4acf282c9c3cc32adf1a63a754cabc7308 (diff)
show a link for the host in the host browser; see
Diffstat (limited to 'skins')
-rw-r--r--skins/generic_pd.css12
-rw-r--r--skins/pdblue.css8
2 files changed, 20 insertions, 0 deletions
diff --git a/skins/generic_pd.css b/skins/generic_pd.css
index c5417d849..696e56c7d 100644
--- a/skins/generic_pd.css
+++ b/skins/generic_pd.css
@@ -309,6 +309,18 @@ legend {
color:white;
}
+legend a:link {
+ color:white;
+}
+
+legend a:link:hover {
+ color:white;
+}
+
+legend a {
+ color:#[color_text]#;
+}
+
form dt, dl.pairs dt {
background-color:#[color_tableitem]#;
font-weight:bold;
diff --git a/skins/pdblue.css b/skins/pdblue.css
index 53b2b9b92..e7d09403a 100644
--- a/skins/pdblue.css
+++ b/skins/pdblue.css
@@ -294,6 +294,14 @@ legend {
color:white;
}
+legend a:link {
+ color:white;
+}
+
+legend a:link:hover {
+ color:white;
+}
+
form dt, dl.pairs dt {
background-color:#DEE6F3;
font-weight:bold;