[gnome-themes-standard] Use base color for check/radio buttons.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Use base color for check/radio buttons.
- Date: Tue, 22 Feb 2011 17:32:17 +0000 (UTC)
commit 610de9038cfb12ca6ca4317024c0ed02a025a6a3
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Feb 22 18:30:47 2011 +0100
Use base color for check/radio buttons.
bg color was used instead. Noticed by Cossimo Cecchi
themes/Adwaita/gtk-3.0/gtk.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 9b7b86d..d27db29 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -412,7 +412,7 @@ GtkRadioButton:selected {
.menu .check:hover, .menu .radio:hover {
border-color: shade (@frame_color, 1.035);
color: @menu_fg_color;
- background-color: mix (shade (@highlighted_border, 1.345), @theme_bg_color, 0.9);
+ background-color: mix (shade (@highlighted_border, 1.345), @theme_base_color, 0.9);
}
.check:insensitive,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]