From 9b9ba2a20409486e6645e0429220447f84199cc7 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Sat, 30 Mar 2013 16:38:37 +0100
Subject: show active addons

---
 module/web/static/css/default/settings.less | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

(limited to 'module/web/static/css')

diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less
index 44eeddc5f..12cc31e06 100644
--- a/module/web/static/css/default/settings.less
+++ b/module/web/static/css/default/settings.less
@@ -22,6 +22,26 @@
     margin-top: 0;
   }
 
+  .plugin {
+    a {
+      padding-left: 28px;
+      background-position: 4px 2px;
+      background-repeat: no-repeat;
+      background-size: 20px 20px;
+    }
+
+    i {
+      display: none;
+    }
+
+    &:hover {
+      i {
+        display: block;
+      }
+    }
+
+  }
+
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 
-- 
cgit v1.2.3