summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-27 20:48:25 +0200
committerraveit65 <[email protected]>2016-10-27 20:48:25 +0200
commitb2cfe27fc39e73cf917482b510d1dd2618b005b3 (patch)
tree7b0f5f58bc2ed954f4ccf3825ab2901afd79f15b
parent57f86bc6cd2fc796a1f5b98bdd639109fba31aab (diff)
downloadmate-themes-b2cfe27fc39e73cf917482b510d1dd2618b005b3.tar.bz2
mate-themes-b2cfe27fc39e73cf917482b510d1dd2618b005b3.tar.xz
GTK+-3.20 TOK themes: remove borders from css node frame
fixes https://github.com/mate-desktop/mate-themes/issues/148
-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 9502efe6..2be910d5 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 17790093..5053515f 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;
+}
+