diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2016-01-31 19:48:34 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-01-31 20:03:50 +0100 |
commit | 7d7fc184059e524882091343213f204fa67ff4d6 (patch) | |
tree | c964b0f124658973bc8be7ba57ae14ed816a731f /web/html | |
parent | 73364ad7249ac9c4d7c4b2770f3b04f2cdea6b06 (diff) | |
download | aur-7d7fc184059e524882091343213f204fa67ff4d6.tar.gz aur-7d7fc184059e524882091343213f204fa67ff4d6.tar.xz |
Make RSS icon dark gray and only blue on hover
The other new icons (in package comments) behave the same way.
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/aurweb.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 4c3fbe53..63fe01cd 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -112,13 +112,13 @@ top: 1px; } -.delete-comment, .undelete-comment, .edit-comment, .pin-comment { +.rss-icon, .delete-comment, .undelete-comment, .edit-comment, .pin-comment { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.6; } -.delete-comment:hover, .undelete-comment:hover, .edit-comment:hover, .pin-comment:hover { +.rss-icon:hover, .delete-comment:hover, .undelete-comment:hover, .edit-comment:hover, .pin-comment:hover { -webkit-filter: none; filter: none; opacity: 1; |