aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-13 17:19:49 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-13 17:19:49 +0200
commitb6d425838f9025d8faf6dbfe90fce091d94b3cd7 (patch)
treef2749477d3d6db2341d61da83e9fc1db51a225b9 /view
parente963714ad6346e7c89ad15c2dfaff1636ebb1795 (diff)
downloadvolse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.tar.gz
volse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.tar.bz2
volse-hubzilla-b6d425838f9025d8faf6dbfe90fce091d94b3cd7.zip
css fixes
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
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;
}