summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-27 20:48:25 +0200
committerraveit65 <[email protected]>2016-10-27 20:49:23 +0200
commitfac11a041f2830a5c56b8aed75fffe2107db787a (patch)
tree904ab7a1224b45e357b7d42ec3218396fd8a5a62 /desktop-themes
parent6f34ee182763025d72b2f91185f13106489d73ac (diff)
downloadmate-themes-fac11a041f2830a5c56b8aed75fffe2107db787a.tar.bz2
mate-themes-fac11a041f2830a5c56b8aed75fffe2107db787a.tar.xz
GTK+-3.20 TOK themes: remove borders from css node frame
fixes https://github.com/mate-desktop/mate-themes/issues/148
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css21
2 files changed, 21 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 868942f6..887216f1 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -830,7 +830,7 @@ scale progressbar {
* Frames *
**********/
-frame {
+.frame {
border-width: 1px;
border-color: @border_color;
border-style: solid;
@@ -839,7 +839,7 @@ frame {
padding: 0;
}
-frame.flat {
+.frame.flat {
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 ac247c59..cf803238 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -125,8 +125,7 @@ PanelSeparator {
/* main menu */
/* set normal menubar button */
.mate-panel-menu-bar menubar {
- padding-top: 0px;
- padding-bottom: 0px;
+ padding: 0px;
}
/* all applets */
@@ -483,3 +482,21 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
border-width: 1px;
}
+/***********************
+ * mate-volume-control *
+ ***********************/
+
+/* application notebook page */
+GvcMixerDialog notebook.frame scrolledwindow.frame {
+ border-style: none;
+}
+
+/* override previous setting */
+GvcMixerDialog notebook.frame box scrolledwindow.frame {
+ border-style: solid;
+ border-color: @border_color;
+ border-width: 1px;
+ border-radius: 2px;
+ padding: 0;
+}
+