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/clear/theme.css | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index a73ca2533..0a814da2a 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -374,23 +374,10 @@ table.dataTable thead th { border-radius:5px; } -@keyframes animatedBackground { - from { background-position: 0 0; } - to { background-position: 25px 0; } -} - -@-webkit-keyframes animatedBackground { - from { background-position: 0 0; } - to { background-position: 25px 0; } -} - .big-progressbar .progressbar { background:#FF8A23; - background:#FF8A23 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.2) 44%,rgba(255,51,51,0.2) 57%,rgba(255,51,51,0) 57%); - background-size:25px 25px; + background:#FF8A23 linear-gradient(135deg, rgba(255,255,255,0) 44%,rgba(255,255,255,0.2) 44%,rgba(255,255,255,0.2) 57%,rgba(255,255,255,0) 57%); + background-size:33px 25px; box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4); - - animation: animatedBackground 1s linear infinite; - -webkit-animation: animatedBackground 1s linear infinite; } -- cgit v1.2.3