diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-13 17:19:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-13 17:19:49 +0200 |
commit | b6d425838f9025d8faf6dbfe90fce091d94b3cd7 (patch) | |
tree | f2749477d3d6db2341d61da83e9fc1db51a225b9 /view/theme | |
parent | e963714ad6346e7c89ad15c2dfaff1636ebb1795 (diff) | |
download | volse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.tar.gz volse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.tar.bz2 volse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9e2a0431b..5768ccbd9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1152,12 +1152,15 @@ margin-right: 50px; margin-right: 7px; } +.drop-icons, a .drop-icons { color: $toolicon_colour; font-size: 1.2em; text-decoration: none; + cursor: pointer; } - + +.drop-icons:hover, a .drop-icons:hover { color: #FF0000; } |