diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 16:38:37 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 16:38:37 +0100 |
commit | 9b9ba2a20409486e6645e0429220447f84199cc7 (patch) | |
tree | 0848626e95da6cb850819ded944ef1220f76f42e /module/web/static/css/default/settings.less | |
parent | plugin chooser for settings (diff) | |
download | pyload-9b9ba2a20409486e6645e0429220447f84199cc7.tar.xz |
show active addons
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 20 |
1 files changed, 20 insertions, 0 deletions
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;
|