mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
feature:2616 add custom big progressbar
git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -367,3 +367,14 @@ table.dataTable thead th {
|
||||
|
||||
.userPropertiesContainer {border-color:#ddd;}
|
||||
.userPrefs {border-color:#ddd;}
|
||||
|
||||
.big-progressbar {
|
||||
background:#DFDFDF;
|
||||
border:1px solid #ccc;
|
||||
}
|
||||
.big-progressbar .progressbar {
|
||||
background:#005E89;
|
||||
background:#42A4CE linear-gradient(135deg, rgba(14,114,158,0) 44%,rgba(14,114,158,0.4) 44%,rgba(14,114,158,0.4) 57%,rgba(14,114,158,0) 57%);
|
||||
background-size:25px 25px;
|
||||
box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user