aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802017-03-02 17:44:25 +0100
committerHorst31802017-03-02 17:46:35 +0100
commite411c4b50dfac81e72f119ee05590303b524263c (patch)
tree84abcec4618a833b69e4bdc5f19e21d5a45bf508 /common/gtk-3.0/3.20/gtk-solid-darker.css
parent0af4e07f1b35a8dfae9af6a2722060045c356972 (diff)
downloadsolarc-theme-e411c4b50dfac81e72f119ee05590303b524263c.tar.gz
solarc-theme-e411c4b50dfac81e72f119ee05590303b524263c.tar.xz
solarc-theme-e411c4b50dfac81e72f119ee05590303b524263c.zip
gtk 3.22: fix frame borders (#742)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 2db3fe2..38b63ba 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -2325,9 +2325,11 @@ frame > border,
padding: 0;
border-radius: 0;
border: 1px solid #dcdfe3; }
- frame > border.flat,
- .frame.flat {
- border-style: none; }
+
+frame.flat > border,
+frame > border.flat,
+.frame.flat {
+ border-style: none; }
scrolledwindow viewport.frame {
border-style: none; }