summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-23 18:54:36 +0100
committerraveit65 <[email protected]>2017-03-23 18:54:36 +0100
commit8e6ad2d6a0c3a23827fa09198d08d0c235ec5135 (patch)
tree2311241e47b95bf7b5ba9a8576fa4d4622f1b164 /desktop-themes/Menta/gtk-3.0
parent2dbf00b38161dcd994ff62c3553ab7aab13d0ef4 (diff)
downloadmate-themes-8e6ad2d6a0c3a23827fa09198d08d0c235ec5135.tar.bz2
mate-themes-8e6ad2d6a0c3a23827fa09198d08d0c235ec5135.tar.xz
Gtk+-3.20 Menta themes: some notebook improvements
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index ddbf1314..ac2460eb 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1970,6 +1970,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) {
border-radius: 4px 4px 0px 0px;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ border-style: solid;
+ border-width: 0px 1px 1px 1px;
+ border-color: @borders;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 1px 1px 0px 1px;
+ border-color: @borders;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px;
@@ -2076,7 +2094,6 @@ paned.horizontal notebook header.top {
border-style: solid;
border-color: @borders;
border-width: 1px 1px 0px 1px;
- box-shadow: none;
}
paned.horizontal notebook header.top tab {
@@ -2088,6 +2105,18 @@ paned.horizontal notebook header.top tab {
border-radius: 4px 4px 0px 0px;
}
+/* closable-page */
+paned.horizontal > notebook > header > tabs > tab > label {
+ min-height: 20px;
+}
+
+paned.horizontal > notebook > stack > box {
+ background-color: shade (@theme_bg_color, 1.1);
+ border-style: solid;
+ border-color: @borders;
+ border-width: 0px 1px 1px 1px;
+}
+
/* tabs ie. preferences windows */
/* horizontal tabs */
window.background > box.vertical > notebook > header.top tab, /* pavu-control */
@@ -2239,6 +2268,10 @@ notebook tab.reorderable-page:hover {
border-style: none;
}
+notebook.frame > header.top > button.circular.flat.image-button.popup.toggle {
+ padding: 0px;
+}
+
/* ie. caja properties-window notes tab */
dialog notebook.frame > stack > scrolledwindow.frame {
border-style: none;