From f060f60c4eb678424c7e0067a20e8e13241431c4 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 4 Feb 2023 13:34:27 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index bd2dfbc3..0c2c57ec 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1045,6 +1045,14 @@ toolbar { } } +.toolbar { + background-color: $base-alt; + + frame & { + border-top: 1px solid $border; + } +} + // searchbar, location-bar & inline-toolbar .inline-toolbar { padding: $space-size;