diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-20 06:03:22 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-20 06:03:22 -0500 |
commit | 0b36d151572e050b51d82e7429fee847ebb33e22 (patch) | |
tree | 137c6f6455e5cec18a5d499039bd4a32b0bec707 /skins/classic | |
parent | 2dfad0a56454ec3d3bc981379078424ba443f2aa (diff) |
Add method to display operation (uploading) progress in UI message
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 03494496d..0a8edd5c7 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -281,6 +281,7 @@ body > #message div.confirmation, } body > #message div.loading, +body > #message div.uploading, #message-objects div.loading { background: url(images/display/loading.gif) 6px 3px no-repeat; |