Fixes toolbar buttons

pull/20/merge
Satyajit Sahoo 2013-03-08 00:44:28 +05:30
parent 19808d4803
commit 3f7e319b76
1 changed files with 4 additions and 3 deletions

View File

@ -410,11 +410,12 @@ style "murrine-toolbar" = "murrine-default" {
}
style "murrine-toolbutton" = "murrine-button" {
bg[NORMAL] = @toolbar_bg_color
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
bg[NORMAL] = shade (1.08, @toolbar_bg_color)
bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @toolbar_bg_color
bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
bg[ACTIVE] = shade (0.80, @toolbar_bg_color)
fg[NORMAL] = @toolbar_fg_color
fg[PRELIGHT] = @toolbar_fg_color