diff options
author | 23n <post@toktan.org> | 2013-11-25 22:18:34 +0100 |
---|---|---|
committer | 23n <post@toktan.org> | 2013-11-25 22:18:34 +0100 |
commit | ba6d6876d62759156e9da12e5e1aede14c5c66e1 (patch) | |
tree | 557b8c293b4ce67407ecd630f5d494321a9c1a7e /view/theme/redbasic | |
parent | 41e9d0f0f90dc8cadc7d8fb101bc3f0b6cf17cc1 (diff) | |
download | volse-hubzilla-ba6d6876d62759156e9da12e5e1aede14c5c66e1.tar.gz volse-hubzilla-ba6d6876d62759156e9da12e5e1aede14c5c66e1.tar.bz2 volse-hubzilla-ba6d6876d62759156e9da12e5e1aede14c5c66e1.zip |
no underlined drop icon
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3c3851a65..ae3758c2e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3528,6 +3528,7 @@ margin-right: 50px; a .drop-icons { color: #777; font-size: 1.2em; + text-decoration: none; } .drop-icons:hover { |