summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-11 13:18:42 +0200
committerraveit65 <[email protected]>2015-08-11 13:18:42 +0200
commitf56821c52035fa24154de453feb016e5b32a4952 (patch)
treecea1958004fb1207f7cc7740fee5e64d689c105d /desktop-themes/Blue-Submarine
parent1d3ef4f0331b1c9d7e57d3ab6b4c4b7d25730d33 (diff)
downloadmate-themes-f56821c52035fa24154de453feb016e5b32a4952.tar.bz2
mate-themes-f56821c52035fa24154de453feb016e5b32a4952.tar.xz
GTK3 submarine themes: adjust the small resize line between sidebar and view
- caja and GtkFileChooser
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
2 files changed, 12 insertions, 2 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 542ccc68..0828e3a3 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -6102,6 +6102,15 @@ GtkPrintUnixDialog.background .vertical.view.dialog-vbox .notebook GtkToggleButt
border-radius: 4px;
}
+/******************
+ * GtkFileChooser *
+ ******************/
+
+GtkFileChooserWidget.vertical GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+}
+
/*****************
* Miscellaneous *
*****************/
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 4c3848ef..fcd4975f 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -34,8 +34,9 @@ CajaWindow CajaInformationPanel .vertical {
}
/* the small line between sidebar and view */
-CajaWindow * {
- -GtkPaned-handle-size: 2px;
+CajaWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
}
/* disabled, looks uggly