[gtk+] Make GtkCheckButton/GtkRadioButton background white again
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Make GtkCheckButton/GtkRadioButton background white again
- Date: Wed, 19 Jan 2011 03:40:48 +0000 (UTC)
commit f430a306f78dfaed2a8b10bfc361a75dffb1742e
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Jan 18 20:02:51 2011 +0100
Make GtkCheckButton/GtkRadioButton background white again
gtk/gtkcssprovider.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 7461fbf..89d5492 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -3735,6 +3735,7 @@ gtk_css_provider_get_default (void)
".check, .radio {\n"
" border-style: solid;\n"
" border-width: 1;\n"
+ " background-color: @base_color;\n"
"}\n"
"\n"
".check:active, .radio:active,\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]