From 59ba1871b3060a5f6ae9cca1c38e952d2710b3e0 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 13 Mar 2012 12:49:54 +0000 Subject: Specify default border color as transparent GTK+ is validating the theme against the css spec for the color now, and 'none' is not allowed. Signed-off-by: Simon Schampijer Acked-by: Manuel QuiƱones --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index b6aea54..a5ee921 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -57,7 +57,7 @@ icon_large = icon_base * 5 background-color: @button_grey; color: @black; - border-color: none; + border-color: transparent; border-radius: 0px; border-style: none; -- cgit v0.9.1