diff options
author | raveit65 <[email protected]> | 2015-08-11 13:18:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 13:18:42 +0200 |
commit | f56821c52035fa24154de453feb016e5b32a4952 (patch) | |
tree | cea1958004fb1207f7cc7740fee5e64d689c105d /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 1d3ef4f0331b1c9d7e57d3ab6b4c4b7d25730d33 (diff) | |
download | mate-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/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 9 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
2 files changed, 12 insertions, 2 deletions
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 58578c38..19d2b4a5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6085,6 +6085,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/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 15ec3bb6..3ef1884a 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-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 |