glass theme fixes

This commit is contained in:
Yuri Kuznetsov
2022-08-26 09:49:30 +03:00
parent 54bf5d98ae
commit e290bc0b12
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -212,3 +212,12 @@ select.form-control > option {
background-color: var(--body-bg);
}
}
.dashlet-body {
table.table,
.list-container > .list,
.calendar-container > .calendar,
.calendar-container > .timeline {
background-color: transparent;
}
}
+1 -1
View File
@@ -108,7 +108,7 @@
@dropdown-border-value: transparent;
@dropdown-border-width-value: 0;
@select-item-bg-value: @table-bg-accent-value;
@select-item-bg-value: #1e253054;
@select-item-border-value: @btn-default-border-value;
@calendar-today-bg-value: @table-bg-accent-value;