You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
739 B

.unified-search {
.conversation-icon {
background-color: var(--color-background-darker);
background-size: 22px !important;
// We always want to use the white icons, this is why we don't use var(--color-white) here.
&.icon-public {
background-image: url(icon-color-path('public', 'actions', 'fff', 1, true));
}
&.icon-contacts {
background-image: url(icon-color-path('contacts', 'places', 'fff', 1, true));
}
&.icon-password {
background-image: url(icon-color-path('password', 'actions', 'fff', 1, true));
}
&.icon-file {
background-image: url(icon-color-path('text', 'filetypes', 'fff', 1, true));
}
&.icon-mail {
background-image: url(icon-color-path('mail', 'actions', 'fff', 1, true));
}
}
}