resized icons to 16px
This commit is contained in:
parent
a7b37faafd
commit
4a7d6eb13c
BIN
view/theme/frost/images/event-attend-16.png
Normal file
BIN
view/theme/frost/images/event-attend-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 615 B |
BIN
view/theme/frost/images/event-dontattend-16.png
Normal file
BIN
view/theme/frost/images/event-dontattend-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 637 B |
BIN
view/theme/frost/images/event-maybeattend-16.png
Normal file
BIN
view/theme/frost/images/event-maybeattend-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 601 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.png'); }
|
||||
.event-maybeattend-icon { background-image: url('images/event-maybeattend.png'); }
|
||||
.event-dontattend-icon { background-image: url('images/event-dontattend.png'); }
|
||||
.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'); }
|
||||
|
||||
.filer-icon:hover {
|
||||
opacity: 1.0;
|
||||
|
|
Loading…
Reference in a new issue