added event icons from frost-mobile to frost
This commit is contained in:
parent
3c55214f28
commit
a7b37faafd
BIN
view/theme/frost/images/event-attend.png
Normal file
BIN
view/theme/frost/images/event-attend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 737 B |
BIN
view/theme/frost/images/event-dontattend.png
Normal file
BIN
view/theme/frost/images/event-dontattend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 803 B |
BIN
view/theme/frost/images/event-maybeattend.png
Normal file
BIN
view/theme/frost/images/event-maybeattend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 675 B |
|
@ -3828,9 +3828,9 @@ aside input[type='text'] {
|
|||
background-repeat: no-repeat;
|
||||
opacity: 0.4;
|
||||
}
|
||||
.event-attend-icon { background-image: url('images/event-attend-16.png'); }
|
||||
.event-maybeattend-icon { background-image: url('images/event-maybeattend-16.png'); }
|
||||
.event-dontattend-icon { background-image: url('images/event-dontattend-16.png'); }
|
||||
.event-attend-icon { background-image: url('images/event-attend.png'); }
|
||||
.event-maybeattend-icon { background-image: url('images/event-maybeattend.png'); }
|
||||
.event-dontattend-icon { background-image: url('images/event-dontattend.png'); }
|
||||
|
||||
.filer-icon:hover {
|
||||
opacity: 1.0;
|
||||
|
|
Loading…
Reference in a new issue