diff options
-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 { |