diff options
author | raveit65 <[email protected]> | 2015-08-11 13:18:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 13:19:17 +0200 |
commit | df58d1c06113985a8304f6f5dd5ae61770dda0d3 (patch) | |
tree | 6948aad2f2a470997db791fcd0166b95c8a844ad /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 0630d1c22ade94a35c756c509103d81c7ace7400 (diff) | |
download | mate-themes-df58d1c06113985a8304f6f5dd5ae61770dda0d3.tar.bz2 mate-themes-df58d1c06113985a8304f6f5dd5ae61770dda0d3.tar.xz |
GTK3 submarine themes: adjust the small resize line between sidebar and view
- caja and GtkFileChooser
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 |
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 b9212958..d5f5c3f3 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -5556,6 +5556,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 3e05dcb9..4039334f 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 |