diff options
author | raveit65 <[email protected]> | 2017-08-30 21:33:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-30 21:34:36 +0200 |
commit | 060c2cf7753fe1325d85934b70bc2ab36c7c4c71 (patch) | |
tree | 66e7b4ec133cc47178c102dd1d95403a0abce61c /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | e4e7b295e9705487ae4d1362514a35702c341d4b (diff) | |
download | mate-themes-060c2cf7753fe1325d85934b70bc2ab36c7c4c71.tar.bz2 mate-themes-060c2cf7753fe1325d85934b70bc2ab36c7c4c71.tar.xz |
Gtk+-3.20 T. themes: fix double border in mate-volume-control notebook
Fixes https://github.com/mate-desktop/mate-themes/issues/193
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 1a0f41f4..566a1d65 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -586,7 +586,7 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check ***********************/ /* application notebook page */ -GvcMixerDialog notebook.frame scrolledwindow.frame { +GvcMixerDialog notebook.frame scrolledwindow { border-style: none; } |