[gnome-themes-standard] toolbar: specify a background color for toolbars
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] toolbar: specify a background color for toolbars
- Date: Tue, 7 Aug 2012 17:11:40 +0000 (UTC)
commit 09418fa056b3d894146ce360404ab670b24249e6
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 7 19:10:01 2012 +0200
toolbar: specify a background color for toolbars
If the toolbar is packed into a container that renders a different
background, we don't want to inherit its color.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 746bafc..7e05645 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2003,6 +2003,8 @@ GtkCheckButton:selected:focus {
border-style: none;
border-color: darker (@theme_bg_color);
padding: 3px;
+
+ background-color: @theme_bg_color;
}
.toolbar .button {
@@ -2011,6 +2013,7 @@ GtkCheckButton:selected:focus {
.toolbar:insensitive {
color: alpha (@theme_fg_color, 0.6);
+ background-color: @insensitive_bg_color;
}
/********************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]