Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unified-search.css « css - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04c252827bdeb94989eec707052c2f8c4825ac27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.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.*/
.unified-search .conversation-icon.icon-public-white {
	background-image: url(../img/icon-public-white.svg);
}

.unified-search .conversation-icon.icon-contacts-white {
	background-image: url(../img/icon-contacts-white.svg);
}

.unified-search .conversation-icon.icon-password-white {
	background-image: url(../img/icon-password-white.svg);
}

.unified-search .conversation-icon.icon-text-white {
	background-image: url(../img/icon-text-white.svg);
}

.unified-search .conversation-icon.icon-mail-white {
	background-image: url(../img/icon-mail-white.svg);
}