From 43e4694b4dec9a4a6b0783cfcb39139088a6ace5 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 27 Jan 2016 14:54:29 -0500 Subject: Gtk+-3.20 BlackMATE: Fix 2 deprecated style properties Found them in mate-control-center testing, comment them out --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 1e2e20d6..7d0ed3a0 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -772,8 +772,8 @@ notebook tab button:hover:active { border-radius: 5px; background-color: transparent; background-image: none; - -GtkButton-child-displacement-x: 0; - -GtkButton-child-displacement-y: 0; + /*-GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0;*/ } /*** The contents of notebooks ***/ -- cgit v1.2.1