diff options
author | plegall <plg@piwigo.org> | 2014-09-05 12:18:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-05 12:18:12 +0000 |
commit | b521f2f102365c3e84a401f1b9db06ca1a0217cd (patch) | |
tree | 72ef964b3da38bbb7cff29971f6a4218dc4b4751 /admin/themes/roma | |
parent | c2f970288078b3acb9b4c496ac419a95b8bd6ecd (diff) |
feature 2616: animate progress bar on roma
git-svn-id: http://piwigo.org/svn/trunk@29406 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |