diff options
author | 2013-02-26 19:18:34 +0100 | |
---|---|---|
committer | 2013-02-26 19:18:34 +0100 | |
commit | a4bc6867bd42fca9b37156e080d1c8b058fc9ca5 (patch) | |
tree | 00cb06f2e7acf339afe822b347f02f251ad31db9 /module/web/static/css/default/common.less | |
parent | improved package and global menu (diff) | |
download | pyload-a4bc6867bd42fca9b37156e080d1c8b058fc9ca5.tar.xz |
improved file view, added default plugin icon
Diffstat (limited to 'module/web/static/css/default/common.less')
-rw-r--r-- | module/web/static/css/default/common.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/static/css/default/common.less b/module/web/static/css/default/common.less index ba96bb4ed..97cc20463 100644 --- a/module/web/static/css/default/common.less +++ b/module/web/static/css/default/common.less @@ -39,9 +39,11 @@ @green: #468847; @greenLight: lighten(spin(@green, 5), 10%); +@greenDark: darken(spin(@green, -5), 10%); @red: #b94a48; @redLight: lighten(spin(@red, 5), 10%); +@redDark: darken(spin(@red, -5), 10%); @emph: #FF7637; |