Comment 3 for bug 691344

Revision history for this message
Sebastián Porta (sebastianporta) wrote :

I know this is mark as Invalid but I fixed this.

I change the "chrome-gtk-frame" style to this:

style "chrome-gtk-frame"
{
    ChromeGtkFrame::frame-color = "#D6D6D6"
    ChromeGtkFrame::inactive-frame-color = "#D6D6D6"

    ChromeGtkFrame::frame-gradient-size = 100
    ChromeGtkFrame::frame-gradient-color = shade (1.07,@bg_color)
    ChromeGtkFrame::inactive-frame-gradient-color = shade (1.07,@bg_color)

    ChromeGtkFrame::scrollbar-trough-color = @base_color
   # ChromeGtkFrame::scrollbar-slider-prelight-color = @panel_bg
   # ChromeGtkFrame::scrollbar-slider-normal-color = shade (1.4, @panel_bg)
}

class "ChromeGtkFrame" style "chrome-gtk-frame"