aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-09 22:05:52 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-09 22:05:52 +0200
commit85e82e919e146454a8b3973ed4a2a69066b98aa3 (patch)
tree928d95dff47aed8f6271aaf0dffa3297b2fa3c3b /view/theme/redbasic
parent9b96fe66a6b5beffee6a4250c1bedaad6dc8a7fd (diff)
downloadvolse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.gz
volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.bz2
volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.zip
more style work
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ae2826516..6510fb525 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1138,10 +1138,20 @@ margin-right: 50px;
list-style-type: none;
}
+.generic-icons {
+ font-size: 1.2em;
+ color: $toolicon_colour;
+ margin-right: 7px;
+}
+
+.generic-icons:hover {
+ color: $toolicon_colour;
+}
+
.admin-icons {
font-size: 1.2em;
color: $toolicon_colour;
- margin-right: 10px;
+ margin-right: 7px;
}
a .drop-icons {