diff options
author | marijus <mario@localhost.localdomain> | 2013-12-18 21:13:48 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-18 21:13:48 +0100 |
commit | 176fe3256428c8a2226030c4e1de89723e37cca7 (patch) | |
tree | 4faa72aa0d2b602890c0a3c4c9558a969051f324 /view/theme/redbasic | |
parent | 6e28c40c2732daa40d4e54ad3231af5798964fa2 (diff) | |
download | volse-hubzilla-176fe3256428c8a2226030c4e1de89723e37cca7.tar.gz volse-hubzilla-176fe3256428c8a2226030c4e1de89723e37cca7.tar.bz2 volse-hubzilla-176fe3256428c8a2226030c4e1de89723e37cca7.zip |
show drop-icon on wall-item hover only
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 68ddcf7a2..411356d80 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2087,12 +2087,12 @@ margin-right: 50px; } a .drop-icons { - color: #777; + color: $toolicon_colour;; font-size: 1.2em; text-decoration: none; } -.drop-icons:hover { +a .drop-icons:hover { color: #FF0000; } @@ -2364,10 +2364,6 @@ img.mail-list-sender-photo { color: $toolicon_activecolour; } -.drop-icons.item-tool { - color: $toolicon_colour; -} - .like-rotator { color: $toolicon_colour; } |