diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:48:47 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:49:33 +0100 |
commit | 3b59a35e6807a62d353ad34e3e40acca10bd7928 (patch) | |
tree | d29a7a9b0f5e4336029916155db8613e38b7bf13 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | afcbdab20fc9cc06bab56b6c81097d8a3224a503 (diff) | |
download | mate-themes-3b59a35e6807a62d353ad34e3e40acca10bd7928.tar.bz2 mate-themes-3b59a35e6807a62d353ad34e3e40acca10bd7928.tar.xz |
Gtk+-3.14/16 submarine themes: increase GtkExpander size
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 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 199134eb..5e0f2481 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -19,7 +19,7 @@ -GtkComboBox-arrow-scaling: 0.75;
-GtkDialog-button-spacing: 4; /* ie. logout dialog */
-GtkDialog-action-area-border: 10; /* ie. logout dialog */
- -GtkExpander-expander-size: 6;
+ -GtkExpander-expander-size: 14;
-GtkHTML-link-color: @link_color;
-GtkIMHtml-hyperlink-color: @link_color;
-GtkMenu-horizontal-padding: 0;
|