mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
75 lines
1.3 KiB
SCSS
75 lines
1.3 KiB
SCSS
/* Contacts ----------------------------------------------------------------- */
|
|
|
|
.app-contacts {
|
|
|
|
ul.addressBookList li .action {
|
|
opacity: 0.7;
|
|
|
|
&:hover, &:focus {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
ul.addressBookList li.newAddressBookContainer input.newAddressBookSubmit.inline-button.action {
|
|
border: 1px solid $background-negative;
|
|
opacity: 1;
|
|
background-color: $background-dark !important;
|
|
|
|
&:hover, &:active, &:focus {
|
|
border-color: $decoration-active !important;
|
|
border-left: none;
|
|
}
|
|
}
|
|
|
|
.app-content-list-item {
|
|
color: $foreground-normal;
|
|
|
|
&:first-child {
|
|
border: none;
|
|
}
|
|
|
|
&:active, &:focus {
|
|
background-color: $background-active;
|
|
}
|
|
|
|
&.active {
|
|
background-color: $background-active;
|
|
color: $foreground-active;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.contactdetails__header {
|
|
|
|
.contactdetails__name,
|
|
.contactdetails__org,
|
|
.contactdetails__title {
|
|
color: $foreground-normal !important;
|
|
font-weight: 600;
|
|
|
|
&:placeholder-shown {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
#details-contact-infos input {
|
|
|
|
&:hover, &:focus {
|
|
background: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
detailsitem select {
|
|
color: $foreground-normal;
|
|
}
|
|
|
|
#importscreen-wrapper,
|
|
#importscreen-sidebar-block {
|
|
background: $background-normal;
|
|
}
|
|
|
|
#importscreen-progress {
|
|
background-color: $background-dark;
|
|
}
|
|
}
|