diff options
author | raveit65 <[email protected]> | 2017-08-30 21:33:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-30 21:33:36 +0200 |
commit | 56fb31c73c045f35a94cefa809b10a2ac96fba6a (patch) | |
tree | 5a038be77e4ccc3742da1bad2b24ffb66a3ed31c /desktop-themes/TraditionalGreen | |
parent | aac3d19f6febc607fbeca96c8c2317495a7ca476 (diff) | |
download | mate-themes-56fb31c73c045f35a94cefa809b10a2ac96fba6a.tar.bz2 mate-themes-56fb31c73c045f35a94cefa809b10a2ac96fba6a.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')
-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 8b9991c2..e53b7602 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; } |