diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-03 20:14:40 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-03 20:14:40 +0000 |
commit | 3896ddc8d1e4bb48146607da816e31b98a098b2b (patch) | |
tree | 44d827ed081d2c1038db3e5614993adf72a192c5 /admin/themes/roma/theme.css | |
parent | fc143dea9cd54f898c225e144efb34fa1cd9abde (diff) |
feature:2616 tweak progressbar
git-svn-id: http://piwigo.org/svn/trunk@29395 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index bd31ce10f..1f1d68cdd 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -299,12 +299,14 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co .big-progressbar { background:#1a1e22; box-shadow:inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F; + border-radius:0; } .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); + border-radius:0; } /* Album Properties */ |