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 | |
parent | 9b96fe66a6b5beffee6a4250c1bedaad6dc8a7fd (diff) | |
download | volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.gz volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.bz2 volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.zip |
more style work
-rw-r--r-- | include/attach.php | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php index 78efde51f..17e5067ff 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1903,4 +1903,4 @@ function get_attach_binname($s) { $p = substr($p,strpos($p,'/')+1); } return $p; -}
\ No newline at end of file +} 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 { |