diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 981d72ce73..d44a09b800 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -68,7 +68,8 @@ .reply-icon a:hover span, .pmreply-icon a:hover span { background-position: -20px -20px; } .post-icon a span, .newpm-icon a span, .reply-all a span { background-position: 0 0; } -.post-icon a:hover span, .newpm-icon a:hover span, +.post-icon a:hover span, +.newpm-icon a:hover span, .reply-all a:hover span { background-position: 0 -20px; } .locked-icon a span { background-position: -60px 0; } |