From e290bc0b12924beea8684d67ba18bed03658d89f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 26 Aug 2022 09:49:30 +0300 Subject: [PATCH] glass theme fixes --- frontend/less/glass/custom.less | 9 +++++++++ frontend/less/glass/variables.less | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index 7e2aba1eb7..5c38d68d04 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -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; + } +} diff --git a/frontend/less/glass/variables.less b/frontend/less/glass/variables.less index dbca722d58..eed9bd4f44 100644 --- a/frontend/less/glass/variables.less +++ b/frontend/less/glass/variables.less @@ -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;