diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 22:02:21 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 22:02:21 +0100 |
commit | 9938c968ae884aa61878de409533a383ebd30c95 (patch) | |
tree | a2cab805d597eac52d400218ac37550325446f2a /module/web/static/css/default/settings.less | |
parent | save and delete configs (diff) | |
download | pyload-9938c968ae884aa61878de409533a383ebd30c95.tar.xz |
separate addon and plugin configs
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 12cc31e06..947cbaa22 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -22,7 +22,7 @@ margin-top: 0;
}
- .plugin {
+ .plugin, .addon {
a {
padding-left: 28px;
background-position: 4px 2px;
@@ -30,7 +30,7 @@ background-size: 20px 20px;
}
- i {
+ .iconf-remove {
display: none;
}
@@ -42,6 +42,20 @@ }
+ .addon {
+ div {
+ font-size: small;
+ }
+ .addon-on {
+ color: @green;
+ }
+
+ .addon-off {
+ color: @red;
+ }
+
+ }
+
border-top-left-radius: 0;
border-top-right-radius: 0;
|