diff options
author | 2013-02-19 22:13:10 +0100 | |
---|---|---|
committer | 2013-02-19 22:13:10 +0100 | |
commit | c8bee03f8c0ca82c3981724e5bc661f630d9ab7e (patch) | |
tree | c81e552b54c210e74637437fd4eeca72eb24f510 /module/web/static/css/default/common.less | |
parent | added shadow to package box (diff) | |
download | pyload-c8bee03f8c0ca82c3981724e5bc661f630d9ab7e.tar.xz |
integrated new package view
Diffstat (limited to 'module/web/static/css/default/common.less')
-rw-r--r-- | module/web/static/css/default/common.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/static/css/default/common.less b/module/web/static/css/default/common.less index 0d46e2a5b..ba96bb4ed 100644 --- a/module/web/static/css/default/common.less +++ b/module/web/static/css/default/common.less @@ -65,4 +65,8 @@ -o-transition: @prop @time @ease; -ms-transition: @prop @time @ease; transition: @prop @time @ease; +} + +.default-shadow { + box-shadow: 0 0 5px @dark; }
\ No newline at end of file |