From c3d04139560b81cd1645b0ae8a5316519a9cad0d Mon Sep 17 00:00:00 2001 From: 23n Date: Thu, 24 Oct 2013 05:59:08 +0200 Subject: no underlines for hovered icons --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4f41cf923..7a8e87dc5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3492,6 +3492,10 @@ a .drop-icons { margin-right: 10px; } +.design-icons:hover { +text-decoration: none; +} + #menulist { list-style-type: none; } \ No newline at end of file -- cgit v1.2.3