From 5d32c05eb764beed8a84dec1e91e0f8a8060899d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Mar 2013 19:04:48 +0100 Subject: added ReadWrite lock, render file progress on dashboard --- module/web/static/css/default/dashboard.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'module/web/static/css/default/dashboard.less') diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 2a4adf0e7..865812e41 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -186,6 +186,11 @@ .gradient(top, @yellow, @yellowDark); color: @dark; border-color: @greenDark; + + .file-row.downloading .bar { + .gradient(top, @green, @greenLight); + } + } img { // plugin logo @@ -255,7 +260,7 @@ } .bar { - .gradient(top, @green, @greenLight); + .gradient(top, @yellow, @yellowDark); color: @light; } -- cgit v1.2.3