diff options
author | raveit65 <[email protected]> | 2015-09-03 17:37:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-03 17:38:44 +0200 |
commit | 6b533752d741407500da4f856963194263bb4cfd (patch) | |
tree | 8278404cc3b1bcbdd0030c6badd6281e9c7281c5 /desktop-themes/GreenLaguna | |
parent | 4d5fd3f762c0925c72d772c040b8980491ac9180 (diff) | |
download | mate-themes-6b533752d741407500da4f856963194263bb4cfd.tar.bz2 mate-themes-6b533752d741407500da4f856963194263bb4cfd.tar.xz |
Gtk3 all themes: don't use depcrecated GtkWidget:link-color and GtkWidget:visited-link-color
those causes segfault of mate-dictionary with >= gtk+-3.17.x
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d60b62f1..f2d61276 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -22,8 +22,6 @@ -GtkMenuBar-shadow-type: none; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: @link_color; - -GtkWidget-visited-link-color: @link_color; -GtkIMHtml-hyperlink-color: @link_color; -GtkHTML-link-color: @link_color; -GtkWidget-wide-separators: true; |