diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 | ||||
-rw-r--r-- | core/img/loading-small.gif | bin | 0 -> 1294 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index be53b67c858..a0de21f3ac6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -745,6 +745,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin span.ui-icon {float: left; margin: 3px 7px 30px 0;} .loading { background: url('../img/loading.gif') no-repeat center; cursor: wait; } +.loading-small { background: url('../img/loading-small.gif') no-repeat center; cursor: wait; } .move2trash { /* decrease spinner size */ width: 16px; height: 16px; diff --git a/core/img/loading-small.gif b/core/img/loading-small.gif Binary files differnew file mode 100644 index 00000000000..5025f0bedeb --- /dev/null +++ b/core/img/loading-small.gif |