mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
feature 2616: animate progress bar on roma
git-svn-id: http://piwigo.org/svn/trunk@29406 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1024,11 +1024,25 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
|
||||
position:relative;
|
||||
height:18px;
|
||||
}
|
||||
|
||||
@keyframes animatedBackground {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: 33px 0; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes animatedBackground {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: 33px 0; }
|
||||
}
|
||||
|
||||
.big-progressbar .progressbar {
|
||||
height:18px;
|
||||
min-width:18px;
|
||||
min-width:5px;
|
||||
background:#444;
|
||||
border-radius:5px 0 0 5px;
|
||||
background-size:33px 25px;
|
||||
animation: animatedBackground 1s linear infinite;
|
||||
-webkit-animation: animatedBackground 1s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user