From 85e82e919e146454a8b3973ed4a2a69066b98aa3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 9 Jun 2016 22:05:52 +0200 Subject: more style work --- include/attach.php | 2 +- 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 { -- cgit v1.2.3