Skip to content

Commit

Permalink
Merge pull request #21 from muennich/master
Browse files Browse the repository at this point in the history
Fix invisible (white on white) menuitem checkboxes in LibreOffice (LP: #1092758)
Improve Chromium scrollbar
  • Loading branch information
ochosi committed Dec 31, 2012
2 parents efe0513 + 970333d commit 6a99654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gtk-2.0/apps/chromium.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style "chrome-gtk-frame"
ChromeGtkFrame::inactive-frame-gradient-color = shade (1.08,@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)
ChromeGtkFrame::scrollbar-slider-prelight-color = shade(0.92, @bg_color)
ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
}
class "ChromeGtkFrame" style "chrome-gtk-frame"
class "ChromeGtkFrame" style "chrome-gtk-frame"
2 changes: 1 addition & 1 deletion gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ style "menu"
base[NORMAL] = @bg_color # Color for menu-item radio/checks background.
text[PRELIGHT] = @base_color
text[SELECTED] = @base_color
text[ACTIVE] = @base_color
text[ACTIVE] = @fg_color
text[INSENSITIVE] = @text_color

engine "murrine"
Expand Down

0 comments on commit 6a99654

Please sign in to comment.