diff options
author | raveit65 <[email protected]> | 2015-09-03 17:37:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-03 17:37:50 +0200 |
commit | ea154db21b0bf32d6a3a1c0795490f6a606111c8 (patch) | |
tree | 02cf584dcf7516df1077dc9b975c3343c20d0873 /desktop-themes/BlueMenta | |
parent | 071163501d332bc704836288d9e22bd60b85d16d (diff) | |
download | mate-themes-ea154db21b0bf32d6a3a1c0795490f6a606111c8.tar.bz2 mate-themes-ea154db21b0bf32d6a3a1c0795490f6a606111c8.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/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index e43d6d74..dfb91b9c 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -20,8 +20,6 @@ -GtkToolItemGroup-expander-size: 11; -GtkTreeView-expander-size: 11; -GtkTreeView-horizontal-separator: 4; - -GtkWidget-link-color: @link_color; - -GtkWidget-visited-link-color: @link_color; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 0; -GtkWindow-resize-grip-width: 13; |