summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-04-26 14:56:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-04-26 14:56:56 +0200
commitad4960d32b3d5bc6d8ee58dc5cb0f6553a36f21d (patch)
tree9f91d61b357ae0b453d505ac3ce7c82f42712199 /etc
parente1aa9c368e3ad73b576d4410ffc937d1d03c50f1 (diff)
downloadsmokeping-ad4960d32b3d5bc6d8ee58dc5cb0f6553a36f21d.tar.gz
smokeping-ad4960d32b3d5bc6d8ee58dc5cb0f6553a36f21d.tar.xz
integrated menuactive patch
Diffstat (limited to 'etc')
-rw-r--r--etc/basepage.html.dist9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/basepage.html.dist b/etc/basepage.html.dist
index cc5bb67..a4b31d9 100644
--- a/etc/basepage.html.dist
+++ b/etc/basepage.html.dist
@@ -30,16 +30,23 @@
}
.menuactive {
- background: #202040;
+ background: white;
}
a.menulink {
color: white;
}
+
+a.menulinkactive {
+ color: #1280d7;
+ }
+
+a.menulinkactive:hover,
a.menulink:hover {
color: #e0e0ff;
}
+
-->
</STYLE>