From 0a03736ca7e2be767471db44e74a3782946f27c7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 14 Feb 2023 23:52:32 +0800 Subject: [PATCH] Fixed #807 --- src/sass/gtk/_common-4.0.scss | 3 +++ src/sass/gtk/apps/_gnome-40.0.scss | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index c4b49bf..742a0f2 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -1754,8 +1754,11 @@ combobox { .toolbar { @extend %toolbar; + background-color: $bg_color; + color: $text_color; separator { background: none; } + &.horizontal separator { margin: 0 $container_padding; } &.vertical separator { margin: $container_padding 0; } diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index e433b46..4d6ff6e 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -406,3 +406,12 @@ menubutton.flat.popup.sources-button { .small .forecast-card { border-width: 1px 0; } + +// +// Misc (other) +// + +#desktopwindow.background { + background-color: transparent; + background-image: none; +}