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/roma/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 '')
-rw-r--r-- | admin/themes/roma/theme.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 5100702ce..bd31ce10f 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -296,7 +296,16 @@ div.token-input-dropdown {background-color:#eee !important;border-color:#666 !im div.token-input-dropdown ul li {background-color:#eee !important;} div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800 !important;} -#progressbar {border:1px solid #666; background-color:#666;} +.big-progressbar { + background:#1a1e22; + box-shadow:inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F; +} +.big-progressbar .progressbar { + background:#f70; + background:#f70 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.4) 44%,rgba(255,51,51,0.4) 57%,rgba(255,51,51,0) 57%); + background-size:25px 25px; + box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.6); +} /* Album Properties */ #albumThumbnail img, #albumLinks { |