mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-12 19:26:42 +00:00
48 lines
1.1 KiB
SCSS
48 lines
1.1 KiB
SCSS
/***
|
|
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Contacts ----------------------------------------------------------------- */
|
|
|
|
.app-contacts #app-content .app-content-list-item.active {
|
|
background-color: var(--color-primary-element);
|
|
color: var(--color-text-active);
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
.app-contacts {
|
|
|
|
.icon-phone {
|
|
background-image: var(--icon-contacts-phone-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-address-book {
|
|
background-image: var(--icon-contacts-address-book-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-social {
|
|
background-image: var(--icon-contacts-social-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-qrcode {
|
|
background-image: var(--icon-contacts-qrcode-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-language {
|
|
background-image: var(--icon-contacts-language-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-up {
|
|
background-image: var(--icon-contacts-up-f2f2f2) !important;
|
|
}
|
|
|
|
.sort-contacts .multiselect .multiselect__single {
|
|
background-image: var(--icon-triangle-s-f2f2f2) !important;
|
|
}
|
|
}
|
|
|