Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-03-13 12:49:54 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-03-13 12:49:54 (GMT)
commit59ba1871b3060a5f6ae9cca1c38e952d2710b3e0 (patch)
tree207a52b6917fd41c655dc5722997517706c62bea
parentab7deba901c26bfaf8bf3bd6829026ed1301c74f (diff)
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 <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em2
1 files changed, 1 insertions, 1 deletions
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;