summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-13 13:53:53 +0100
committerraveit65 <[email protected]>2016-03-13 13:54:36 +0100
commitf63458fa01f6e1e3ca22c792ddaa3f2aeaee5419 (patch)
treee217a87ed6033e27e973e3fc5a5f55ab460ffed8 /desktop-themes
parentec6961989ef629e0103baf0f490f48302c2e197f (diff)
downloadmate-themes-f63458fa01f6e1e3ca22c792ddaa3f2aeaee5419.tar.bz2
mate-themes-f63458fa01f6e1e3ca22c792ddaa3f2aeaee5419.tar.xz
GTK+-3.20 Menta themes: adjust notebook borders
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css34
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css36
2 files changed, 47 insertions, 23 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index f4a2e085..28a70679 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2338,10 +2338,14 @@ notebook,
.notebook {
padding: 0;
background-clip: border-box;
+ border-style: none;
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
+notebook.frame {
border-style: solid;
border-color: @borders;
border-width: 1px;
- background-color: shade (@theme_bg_color, 1.1);
border-radius: 4px 4px 0px 0px;
}
@@ -2412,25 +2416,33 @@ notebook header tab label {
font-weight: normal;
}
-/* view, header and tabs in caja and pluma view */
-paned.horizontal notebook scrolledwindow.frame {
- border-width: 0px 1px 1px 1px;
+/* notebooks, view, header and tabs in caja and pluma view */
+paned.horizontal notebook {
+ border-style: solid;
+ border-color: @borders;
+ border-width: 1px;
+ border-radius: 4px 4px 0px 0px;
}
paned.horizontal notebook header.top {
- border-width: 1px 1px 0px 1px;
- border-radius: 0px;
- box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
+ border-radius: 4px 4px 0px 0px;
border-style: solid;
border-color: @borders;
+ border-width: 0px 0px 1px 0px;
+ box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
}
-paned.horizontal notebook header tab {
- padding: 4px;
- margin: 0px -1px 0px -1px;
+paned.horizontal notebook scrolledwindow.frame {
+ border-width: 0px;
+}
+
+paned.horizontal notebook header.top tab {
+ padding: 2px 4px;
+ margin: 0px 0px 0px -1px;
border-style: solid;
border-width: 0px 1px 0px 1px;
- border-color: transparent;
+ border-color: @borders;
+ border-radius: 4px 4px 0px 0px;
}
/* tabs ie. preferences windows */
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index d6aac272..8548800e 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2326,10 +2326,14 @@ notebook,
.notebook {
padding: 0;
background-clip: border-box;
+ border-style: none;
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
+notebook.frame {
border-style: solid;
border-color: @borders;
- border-width: 0px;
- background-color: shade (@theme_bg_color, 1.1);
+ border-width: 1px;
border-radius: 4px 4px 0px 0px;
}
@@ -2400,25 +2404,33 @@ notebook header tab label {
font-weight: normal;
}
-/* view, header and tabs in caja and pluma view */
-paned.horizontal notebook scrolledwindow.frame {
- border-width: 0px 1px 1px 1px;
+/* notebooks, view, header and tabs in caja and pluma view */
+paned.horizontal notebook {
+ border-style: solid;
+ border-color: @borders;
+ border-width: 1px;
+ border-radius: 4px 4px 0px 0px;
}
paned.horizontal notebook header.top {
- border-width: 1px 1px 0px 1px;
- border-radius: 0px;
- box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
+ border-radius: 4px 4px 0px 0px;
border-style: solid;
border-color: @borders;
+ border-width: 0px 0px 1px 0px;
+ box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
}
-paned.horizontal notebook header tab {
- padding: 4px;
- margin: 0px -1px 0px -1px;
+paned.horizontal notebook scrolledwindow.frame {
+ border-width: 0px;
+}
+
+paned.horizontal notebook header.top tab {
+ padding: 2px 4px;
+ margin: 0px 0px 0px -1px;
border-style: solid;
border-width: 0px 1px 0px 1px;
- border-color: transparent;
+ border-color: @borders;
+ border-radius: 4px 4px 0px 0px;
}
/* tabs ie. preferences windows */