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/thirdparty/_dashboard.scss

26 lines
584 B
SCSS

/* Dashboard ---------------------------------------------------------------- */
.app-dashboard #app-content {
.dashboard-newwidget {
border-color: $decoration-normal;
color: $foreground-normal;
}
.grid-stack-item-content {
filter: none;
border: 1px solid $decoration-normal;
}
.diskspace-text {
color: $foreground-normal;
}
.diskspace-progress-limit {
background-color: $background-active-hover;
}
#diskspace-progress-used {
background-color: $background-active-alternate;
}
}