glass theme fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user