summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-01 21:48:11 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-01 21:48:11 +0100
commit5245a6893a3b5fea1efa344e7ee047d6515275ba (patch)
tree33b4506fcf2690c9fb2951387295921a479e555b /desktop-themes
parent6afdb19b11321e081f5c003392f5b5d14bdd714b (diff)
downloadmate-themes-5245a6893a3b5fea1efa344e7ee047d6515275ba.tar.bz2
mate-themes-5245a6893a3b5fea1efa344e7ee047d6515275ba.tar.xz
GTK3 GreenLaguna: adjust notebook tabs
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css17
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css22
2 files changed, 18 insertions, 21 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 289e0cc2..ade34d63 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -666,6 +666,10 @@ GtkLevelBar.vertical {
-GtkWidget-focus-line-width: 0;
}
+GtkPaned.horizontal .notebook .frame {
+ border-style: none;
+}
+
.notebook :hover {
-gtk-image-effect: highlight;
background-color: shade(@theme_bg_color, 1.02);
@@ -696,11 +700,11 @@ GtkLevelBar.vertical {
.notebook tab.top {
/* top right-left bottom */
- padding: 4px 8px 0px;
+ padding: 3px 8px 0px;
}
.notebook tab.top:active {
- padding: 4px 8px 0px;
+ padding: 3px 8px 0px;
}
.notebook tab.top,
@@ -709,7 +713,7 @@ GtkLevelBar.vertical {
}
.notebook tab.bottom {
- padding: 0px 8px 4px;
+ padding: 0px 8px 3px;
}
.notebook tab.bottom:active {
@@ -762,6 +766,13 @@ GtkLevelBar.vertical {
-GtkWidget-focus-padding: 0;
}
+.notebook tab .button.flat {
+ padding: 1px;
+ border-radius: 4px;
+ border-image: none;
+ border-style: none;
+}
+
.notebook .pane-separator {
background-image: linear-gradient(to right,
shade(@theme_bg_color, 1.5),
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 2a6dce2f..311c8eb3 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -65,26 +65,12 @@ CajaWindow .floating-bar {
font: italic;
}
-CajaWindow .notebook {
- /*border-color: shade(@notebook_border, 1.2);*/
- border-radius: 0px 0px 5px 5px;
-}
-
-CajaWindow .notebook tab {
- border-radius: 0px;
-}
-
-CajaWindow .notebook tab:active {
- border-radius: 0px 0px 5px 5px;
-}
-
-CajaWindow .notebook tab.top {
- /* top right-left bottom */
- padding: 4px 8px 4px;
+CajaNavigationWindow GtkPaned.horizontal GtkPaned.horizontal .vertical .notebook .frame {
+ border-style: none;
}
-CajaWindow .notebook tab.top:active {
- padding: 6px 8px 4px;
+CajaNavigationWindow GtkPaned.horizontal GtkPaned.horizontal .vertical .notebook tab {
+ padding: 3px 3px 0px;
}
CajaWindow .notebook .view.rubberband,