1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-19 12:20:52 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_dashboard.scss

27 lines
584 B
SCSS
Raw Normal View History

2018-12-11 15:11:03 +08:00
/* Dashboard ---------------------------------------------------------------- */
.app-dashboard #app-content {
.dashboard-newwidget {
border-color: $decoration-normal;
color: $foreground-normal;
}
2019-05-03 11:22:18 +08:00
.grid-stack-item-content {
filter: none;
border: 1px solid $decoration-normal;
}
2018-12-11 15:11:03 +08:00
.diskspace-text {
color: $foreground-normal;
}
.diskspace-progress-limit {
background-color: $background-active-hover;
}
#diskspace-progress-used {
background-color: $background-active-alternate;
}
}