Fixed white borders in scrollbars

pull/54/merge
Satyajit Sahoo 2013-07-05 09:20:03 +05:30
parent 21b7013f48
commit 0b6b8d02d1
1 changed files with 2 additions and 4 deletions

View File

@ -185,10 +185,10 @@ style "murrine-scrollbar" {
engine "murrine" { engine "murrine" {
roundness = 0 roundness = 0
contrast = 0.00
border_shades = { 0.9, 0.9 } border_shades = { 0.9, 0.9 }
trough_shades = { 0.97, 0.97 } trough_shades = { 0.97, 0.97 }
contrast = 0.00 trough_border_shades = { 1.0, 1.0 }
trough_border_shades = { 1.2, 1.2 }
} }
} }
@ -391,7 +391,6 @@ style "murrine-menubaritem" {
# Toolbars # Toolbars
style "murrine-toolbar" = "murrine-default" { style "murrine-toolbar" = "murrine-default" {
bg[NORMAL] = @toolbar_bg_color bg[NORMAL] = @toolbar_bg_color
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color) bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @selected_bg_color
@ -409,7 +408,6 @@ style "murrine-toolbar" = "murrine-default" {
} }
style "murrine-toolbutton" = "murrine-button" { style "murrine-toolbutton" = "murrine-button" {
bg[NORMAL] = shade (1.08, @toolbar_bg_color) bg[NORMAL] = shade (1.08, @toolbar_bg_color)
bg[PRELIGHT] = shade (1.10, @toolbar_bg_color) bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @selected_bg_color