summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-22 20:14:04 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-22 20:14:04 +0000
commit5c3746a0719b70e063e0b050af04b1e0c9e0473a (patch)
tree1732cd9f4a8597af313e982d90c037b2a364b42c
parentf5341063c5112d628d46037f0b0768f50c4fb696 (diff)
downloadrpg-5c3746a0719b70e063e0b050af04b1e0c9e0473a.tar.gz
rpg-5c3746a0719b70e063e0b050af04b1e0c9e0473a.tar.bz2
improved pagetools on hover
-rw-r--r--css/pagetools.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/pagetools.css b/css/pagetools.css
index 81ed571d9..c7575542f 100644
--- a/css/pagetools.css
+++ b/css/pagetools.css
@@ -79,9 +79,14 @@
position: static;
}
+#dokuwiki__pagetools ul li a:hover,
+#dokuwiki__pagetools ul li a:active,
#dokuwiki__pagetools ul li a:focus {
text-decoration: none;
}
+#dokuwiki__pagetools ul li a:hover {
+ background-color: __background_alt__;
+}
/* all available icons in sprite */
#dokuwiki__pagetools ul li a.edit {