[gtk+] default theme: Fix menuitem check/radio colors
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] default theme: Fix menuitem check/radio colors
- Date: Sun, 12 Jun 2011 21:36:43 +0000 (UTC)
commit 287069ca3c56aee25e914fe04503edc5d06339ea
Author: Benjamin Otte <otte redhat com>
Date: Sun Jun 12 23:35:39 2011 +0200
default theme: Fix menuitem check/radio colors
gtk/gtkcssprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 5573602..e1128b1 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -2734,7 +2734,7 @@ gtk_css_provider_get_default (void)
" background-color: @selected_bg_color;\n"
"}\n"
"\n"
- ".menu.check, .menu.radio {\n"
+ ".menuitem.check, .menuitem.radio {\n"
" color: @fg_color;\n"
" border-style: none;\n"
" border-width: 0;\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]