diff options
author | raveit65 <[email protected]> | 2015-08-11 13:14:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 13:14:12 +0200 |
commit | 127a75ed19275ad4aa6530fbcb2435278b7ba19d (patch) | |
tree | 4b73b85ef95ef0987ee570ad3f6bfd6f214c51a3 /desktop-themes | |
parent | fab237707188b7d3acb280354e5c2c9cb9938163 (diff) | |
download | mate-themes-127a75ed19275ad4aa6530fbcb2435278b7ba19d.tar.bz2 mate-themes-127a75ed19275ad4aa6530fbcb2435278b7ba19d.tar.xz |
GTK3 submarine themes: adjust the small resize line between sidebar and view
- caja and GtkFileChooser
Diffstat (limited to 'desktop-themes')
4 files changed, 10 insertions, 6 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 c12e6c8d..33953156 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6133,7 +6133,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/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index d54123d3..8ea5791e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-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 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 |