diff options
author | plegall <plg@piwigo.org> | 2011-08-27 21:58:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-27 21:58:30 +0000 |
commit | d3d45a43e0d48028f8bcacf31b0f641c1c3dd414 (patch) | |
tree | c910deb86c5400192963df08d3e0b445dc19611d /admin/themes/roma | |
parent | 37156b505325bcc326f83f36ed28aebb909a12be (diff) |
feature 2417 added: add progress bar (jQuery UI progress bar) + details on
progressing upload like "photo 21 of 46".
git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-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 3248c3e01..a4cee9cc6 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -247,3 +247,5 @@ li.token-input-token span {color:#878787;} div.token-input-dropdown {background-color:#eee;border-color:#666;} div.token-input-dropdown ul li {background-color:#eee;} div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800;} + +#progressbar {border:1px solid #666; background-color:#666;} |