Comment 3 for bug 654260

Revision history for this message
KEIII (cashagent) wrote :

Sorry, this is my gtk-theme bug. it's my mistake.

i change

style "theme-menuitem" = "theme-wider" {
    fg[PRELIGHT] = @selected_fg_color
    text[PRELIGHT] = @selected_fg_color
}

to

style "theme-menuitem" = "theme-wider" {
    fg[PRELIGHT] = @selected_fg_color
    text[PRELIGHT] = @selected_fg_color
    bg[NORMAL] = shade (1.15,@bg_color)
    bg[ACTIVE] = shade (0.4,@bg_color)
}

How i can delete this bug report?