mirror of
https://github.com/nextcloud/spreed.git
synced 2025-08-16 15:27:59 +00:00
feat(icons): add icon for calendar events conversations
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
This commit is contained in:
@ -46,6 +46,18 @@
|
||||
background-image: url(../img/icon-phone-white.svg);
|
||||
}
|
||||
|
||||
.app-talk .icon-event,
|
||||
.modal-mask .icon-event,
|
||||
.v-popper__popper .icon-event,
|
||||
.talk-sidebar-callview .icon-event,
|
||||
#talk-panel .icon-event,
|
||||
#talk-sidebar .icon-event,
|
||||
#call-container .icon-event,
|
||||
.talkChatTab .icon-event {
|
||||
background-image: url(../img/icon-event-white.svg);
|
||||
}
|
||||
|
||||
|
||||
.app-talk .icon-password,
|
||||
.modal-mask .icon-password,
|
||||
.v-popper__popper .icon-password,
|
||||
|
Reference in New Issue
Block a user