diff options
author | raveit65 <[email protected]> | 2015-09-05 17:31:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-05 17:32:45 +0200 |
commit | 299fffcd0cab676de538bc0f53891b747a13c3c8 (patch) | |
tree | 7e8acbc2d52a2d0ae925633e9607f678ba1e0d61 /desktop-themes/Green-Submarine | |
parent | 20d1f7f57237747e3cb6f20717f86b589ddc605f (diff) | |
download | mate-themes-299fffcd0cab676de538bc0f53891b747a13c3c8.tar.bz2 mate-themes-299fffcd0cab676de538bc0f53891b747a13c3c8.tar.xz |
Gtk3 BS CH CHI GS GL: adjust GtkTreeView-expander-size for list views
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 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 40064a9c..b28777ae 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -48,7 +48,7 @@ -GtkToolButton-icon-spacing: 4;
-GtkToolItemGroup-expander-size: 6;
-GtkToolbar-internal-padding: 0;
- -GtkTreeView-expander-size: 6; /* arrow size in list/tree views */
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-vertical-separator: 4;
-GtkWidget-focus-padding: 2;
@@ -4084,6 +4084,7 @@ row:selected:focus:backdrop { .app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none;
+
}
.app-notification .button,
|