From b521f2f102365c3e84a401f1b9db06ca1a0217cd Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 5 Sep 2014 12:18:12 +0000 Subject: feature 2616: animate progress bar on roma git-svn-id: http://piwigo.org/svn/trunk@29406 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes/roma/theme.css') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 30f6b8a1e..c543981f4 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -302,6 +302,8 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co } .big-progressbar .progressbar { background:#ff3363; + background:#ff3363 linear-gradient(135deg, rgba(0,0,0,0) 44%,rgba(0,0,0,0.2) 44%,rgba(0,0,0,0.2) 57%,rgba(0,0,0,0) 57%); + background-size:33px 25px; } /* Album Properties */ -- cgit v1.2.3