summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-01 19:45:06 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-01 19:45:06 +0100
commit59f71b4a563fdaf6af86cdf57b5acb1ac6f84ac6 (patch)
tree433042e0891763680aa1981a0a238044caca64f2 /desktop-themes
parente04753e78b795cad9d1def5471ca3c65c6949b0d (diff)
downloadmate-themes-59f71b4a563fdaf6af86cdf57b5acb1ac6f84ac6.tar.bz2
mate-themes-59f71b4a563fdaf6af86cdf57b5acb1ac6f84ac6.tar.xz
GTK3 submarine themes: reduce hight of notebook tabs
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css15
2 files changed, 22 insertions, 8 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 3a1c9de5..dae7b0e4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3163,6 +3163,11 @@ GtkLinkButton.button.flat:hover {
border-width: 0px 0px 0px 1px;
}
+/* tabs in view areas, ie. pluma-, caja-tabs */
+GtkPaned.horizontal .notebook.header.top {
+ border-width: 0px;
+}
+
.notebook.header.frame.top {
border-radius: 4px 4px 0px 0px;
}
@@ -3205,7 +3210,11 @@ GtkLinkButton.button.flat:hover {
.notebook tab.top,
.notebook tab.bottom {
- padding: 8px 20px 6px;
+ padding: 5px 20px 6px;
+}
+
+GtkPaned.horizontal .notebook tab.top {
+ padding: 5px 4px;
}
.notebook tab.top {
@@ -3277,7 +3286,6 @@ GtkLinkButton.button.flat:hover {
border-style: solid;
border-width: 1px 0px 1px 1px;
border-color: @notebook_border;
- border-right-color: @notebook_active_tab_border;
border-radius: 4px 0px 0px 4px;
}
@@ -3299,7 +3307,6 @@ GtkLinkButton.button.flat:hover {
border-style: solid;
border-width: 1px 1px 1px 0px;
border-color: @notebook_border;
- border-right-color: @notebook_active_tab_border;
border-radius: 0px 4px 4px 0px;
}
@@ -3338,7 +3345,7 @@ GtkLinkButton.button.flat:hover {
border-image: none;
background-image: none;
background-color: transparent;
- border-radius: 3px;
+ border-radius: 4px;
border-style: solid;
border-color: transparent;
border-width: 1px;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index ccc66f61..5a6b49ee 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3166,6 +3166,11 @@ GtkLinkButton.button.flat:hover {
border-width: 0px 0px 0px 1px;
}
+/* tabs in view areas, ie. pluma-, caja-tabs */
+GtkPaned.horizontal .notebook.header.top {
+ border-width: 0px;
+}
+
.notebook.header.frame.top {
border-radius: 4px 4px 0px 0px;
}
@@ -3208,7 +3213,11 @@ GtkLinkButton.button.flat:hover {
.notebook tab.top,
.notebook tab.bottom {
- padding: 8px 20px 6px;
+ padding: 5px 20px 6px;
+}
+
+GtkPaned.horizontal .notebook tab.top {
+ padding: 5px 4px;
}
.notebook tab.top {
@@ -3280,7 +3289,6 @@ GtkLinkButton.button.flat:hover {
border-style: solid;
border-width: 1px 0px 1px 1px;
border-color: @notebook_border;
- border-right-color: @notebook_active_tab_border;
border-radius: 4px 0px 0px 4px;
}
@@ -3302,7 +3310,6 @@ GtkLinkButton.button.flat:hover {
border-style: solid;
border-width: 1px 1px 1px 0px;
border-color: @notebook_border;
- border-right-color: @notebook_active_tab_border;
border-radius: 0px 4px 4px 0px;
}
@@ -3341,7 +3348,7 @@ GtkLinkButton.button.flat:hover {
border-image: none;
background-image: none;
background-color: transparent;
- border-radius: 3px;
+ border-radius: 4px;
border-style: solid;
border-color: transparent;
border-width: 1px;