diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-09 22:05:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-09 22:05:52 +0200 |
commit | 85e82e919e146454a8b3973ed4a2a69066b98aa3 (patch) | |
tree | 928d95dff47aed8f6271aaf0dffa3297b2fa3c3b /view/theme/redbasic | |
parent | 9b96fe66a6b5beffee6a4250c1bedaad6dc8a7fd (diff) | |
download | volse-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.css | 12 |
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 { |