diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-22 20:14:04 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-22 20:14:04 +0000 |
commit | 5c3746a0719b70e063e0b050af04b1e0c9e0473a (patch) | |
tree | 1732cd9f4a8597af313e982d90c037b2a364b42c | |
parent | f5341063c5112d628d46037f0b0768f50c4fb696 (diff) | |
download | rpg-5c3746a0719b70e063e0b050af04b1e0c9e0473a.tar.gz rpg-5c3746a0719b70e063e0b050af04b1e0c9e0473a.tar.bz2 |
improved pagetools on hover
-rw-r--r-- | css/pagetools.css | 5 |
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 { |