From f56821c52035fa24154de453feb016e5b32a4952 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 11 Aug 2015 13:18:42 +0200 Subject: GTK3 submarine themes: adjust the small resize line between sidebar and view - caja and GtkFileChooser --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 +++++++++ desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 +++-- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 9 +++++++++ desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 +++-- 4 files changed, 24 insertions(+), 4 deletions(-) (limited to 'desktop-themes') 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 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 -- cgit v1.2.1