Use nicer small loading icon (taken from core)
This commit is contained in:
parent
81c9b7f1ad
commit
42232e4c0a
3 changed files with 3 additions and 3 deletions
|
@ -600,7 +600,7 @@ td.topalign {
|
|||
}
|
||||
|
||||
.availability img.availabilityicon.loading {
|
||||
background: url(images/loading-small.gif) center no-repeat;
|
||||
background: url(images/loading_blue.gif) center no-repeat;
|
||||
}
|
||||
|
||||
#schedule-freebusy-times td.unknown,
|
||||
|
@ -751,7 +751,7 @@ td.topalign {
|
|||
}
|
||||
|
||||
.attendees-list .loading {
|
||||
background: url(images/loading-small.gif) 1px 50% no-repeat;
|
||||
background: url(images/loading_blue.gif) 1px 50% no-repeat;
|
||||
}
|
||||
|
||||
.attendees-list .total {
|
||||
|
@ -1126,7 +1126,7 @@ div.calendar-invitebox input.button {
|
|||
div.calendar-invitebox .rsvp-status.loading {
|
||||
color: #666;
|
||||
padding: 1px 0 2px 24px;
|
||||
background: url(images/loading-small.gif) top left no-repeat;
|
||||
background: url(images/loading_blue.gif) top left no-repeat;
|
||||
}
|
||||
|
||||
div.calendar-invitebox .rsvp-status.declined,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
BIN
plugins/calendar/skins/default/images/loading_blue.gif
Normal file
BIN
plugins/calendar/skins/default/images/loading_blue.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 B |
Loading…
Add table
Reference in a new issue