[gnome-themes-standard] Fix order of button styles
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fix order of button styles
- Date: Mon, 8 Nov 2010 20:47:32 +0000 (UTC)
commit 804da4b9d82e5432f570ba6afdc860e7ae0d1230
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 8 15:46:42 2010 -0500
Fix order of button styles
We want to make the toolbarbutton style to override the button style,
so specify it later.
themes/Adwaita/gtk-3.0/gtkrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtkrc b/themes/Adwaita/gtk-3.0/gtkrc
index 046b0e0..0d66bfd 100644
--- a/themes/Adwaita/gtk-3.0/gtkrc
+++ b/themes/Adwaita/gtk-3.0/gtkrc
@@ -403,7 +403,6 @@ style "toolbarbutton" = "button" {
focus_color = shade (0.9, @bg_color)
}
}
-widget_class "*.GtkToolbar.*Button" style "toolbarbutton"
style "separator" = "wide" {
GtkSeparator::shadow-type = GTK_SHADOW_NONE
@@ -538,6 +537,7 @@ widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
widget_class "*<GtkButton>" style "button"
+widget_class "*<GtkToolbar>.*.<GtkButton>" style "toolbarbutton"
widget_class "*<GtkNotebook>" style "notebook"
widget_class "*<GtkStatusbar>*" style "statusbar"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]