diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 5d7d54c..0572b52 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-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; } |