From 9938c968ae884aa61878de409533a383ebd30c95 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Mar 2013 22:02:21 +0100 Subject: separate addon and plugin configs --- module/web/static/css/default/settings.less | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'module/web/static/css/default') 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; -- cgit v1.2.3