1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 06:32:05 +00:00
nextcloud-breeze-dark/core/css/apps/official/_group-folders.scss

29 lines
583 B
SCSS

/* Group folders ------------------------------------------------------------ */
#groupfolders-wrapper #groupfolders-root {
th {
border-bottom-color: $decoration-normal;
}
td .action-rename::after {
filter: invert(95%);
}
.groups .group-edit {
background-color: $background-normal !important;
border-color: $decoration-normal !important;
div[class$="control"] {
border-color: $decoration-normal !important;
}
}
.acl {
div[class$="control"] {
background-color: $background-normal !important;
border-color: $decoration-normal !important;
}
}
}