diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-03 19:56:59 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-03 19:56:59 +0000 |
commit | fc143dea9cd54f898c225e144efb34fa1cd9abde (patch) | |
tree | 7681a35455529586f53f06bad7951d95359175b7 /admin/themes/clear/theme.css | |
parent | 11ec153855a62aae8cdc93deb95be09afcd0da03 (diff) |
feature:2616 add custom big progressbar
git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 0c009e6aa..7516a3026 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -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); +} |