diff options
author | Horst3180 | 2016-10-01 10:18:44 +0200 |
---|---|---|
committer | Horst3180 | 2016-10-01 10:18:44 +0200 |
commit | bd67b3971233f87c42d1e6ac641e3371353287cd (patch) | |
tree | 257c12e14a632dd0dda7212524923e02f2353215 /common/gtk-3.0/3.20/sass | |
parent | 89ee9814221c50d1f6d78d58de228ed63b309194 (diff) | |
download | solarc-theme-bd67b3971233f87c42d1e6ac641e3371353287cd.tar.gz solarc-theme-bd67b3971233f87c42d1e6ac641e3371353287cd.tar.xz solarc-theme-bd67b3971233f87c42d1e6ac641e3371353287cd.zip |
more builder tweaks
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_applications.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 62bcc17..7f1012d 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -285,6 +285,8 @@ $disk_space_free: darken($bg_color, 3%); // // Gnome Builder // +// TODO: Merge this with the upstream stylesheet + .gb-search-entry-occurrences-tag { background: none; } workbench.csd > stack.titlebar:not(headerbar) { @@ -395,7 +397,7 @@ entry.search.preferences-search { } preferences stacksidebar.sidebar { - background-color: $base_color; + list { background-image: _solid($base_color); } list separator { background-color: transparent; } } @@ -420,6 +422,11 @@ gstyleslidein { } } +configurationview { + entry.flat { background: none; } + list { border-width: 0; } +} + // // Epiphany // |