diff options
author | raveit65 <[email protected]> | 2015-08-11 13:14:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 13:14:45 +0200 |
commit | 7846fbd4a8dda11d949ffb35bc81ae3f9258bc31 (patch) | |
tree | 054bede666bfbf5368cd53553d27341c5ed57868 /desktop-themes/Green-Submarine | |
parent | cd1cdf1bc7b36ad021f817bbe3b91d026bb74fa9 (diff) | |
download | mate-themes-7846fbd4a8dda11d949ffb35bc81ae3f9258bc31.tar.bz2 mate-themes-7846fbd4a8dda11d949ffb35bc81ae3f9258bc31.tar.xz |
GTK3 submarine themes: adjust the small resize line between sidebar and view
- caja and GtkFileChooser
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
2 files changed, 5 insertions, 3 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 25e73e2d..2bd1b1ed 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6116,7 +6116,8 @@ GtkPrintUnixDialog.background .vertical.view.dialog-vbox .notebook GtkToggleButt ******************/
GtkFileChooserWidget.vertical GtkPaned.horizontal {
- -GtkPaned-handle-size: 4px;
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
}
/*****************
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 08275f95..5651beef 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -39,8 +39,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 |