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/ContrastHigh | |
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/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css index 09a4cf9b..43692663 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css @@ -175,9 +175,6 @@ -GtkHTML-link-color: #000060; -GtkHTML-vlink-color: #600000; -GtkHTML-cite-color: #003000; - - -GtkWidget-link-color: @theme_highlight_color; - -GtkWidget-visited-link-color: #ff80ff; } @import url("gtk-widgets.css"); |