summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-30 21:33:36 +0200
committerraveit65 <[email protected]>2017-08-30 21:34:23 +0200
commita530d568e4b43dfca1e7a54641ea404024545277 (patch)
tree0e99319b01cf7ee251a0d7306763088258d05e4a /desktop-themes
parent030edcb3a8af4d26cb7dceb7623b9097309f3db2 (diff)
downloadmate-themes-a530d568e4b43dfca1e7a54641ea404024545277.tar.bz2
mate-themes-a530d568e4b43dfca1e7a54641ea404024545277.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')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css2
2 files changed, 2 insertions, 2 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;
}
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index aa44db7d..535ccf3f 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/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;
}