1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-01 09:11:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_polls.scss

74 lines
1.4 KiB
SCSS

/* Polls -------------------------------------------------------------------- */
.app-polls #app-content {
.icon-polls {
filter: invert(95%);
}
.table-row.table-header {
opacity: 1;
}
.input-group-btn .btn {
border-color: $decoration-normal
}
.current-user {
background-color: $background-normal;
}
.toggle-cell {
&.yes, &.maybe, &.no {
background-color: $background-normal;
}
}
.poll-cell {
&.yes {
background-color: $background-normal;
color: $foreground-positive;
}
&.maybe {
background-color: $background-normal;
color: $foreground-neutral;
}
&.no {
background-color: $background-normal;
color: $foreground-negative;
}
}
}
.app-polls #app-sidebar {
&.detailsView .pollInformation .cloud .open {
background-color: $foreground-positive;
}
&.detailsView .pollInformation .cloud .information {
background-color: $foreground-neutral;
}
}
// Datepicker
.mx-datepicker {
&.disabled .mx-input-append {
background-color: $background-alternate;
}
.mx-input-append {
background-color: $background-dark;
}
.mx-datepicker-popup {
border-color: $decoration-normal !important;
background-color: $background-normal !important;
}
}