themes: set an explicit background for rulers

because they can't be rendered with transparent background currently.
This commit is contained in:
Michael Natterer 2012-02-18 14:51:19 +01:00
parent cc010a4288
commit 8e83866605
2 changed files with 8 additions and 0 deletions

View File

@ -93,3 +93,7 @@ GimpHistogramView:selected {
GimpOverlayFrame {
-GtkButton-focus-line-width: 1;
}
GimpRuler {
background-color: @bg_color;
}

View File

@ -97,3 +97,7 @@ GimpHistogramView:selected {
GimpOverlayFrame {
-GtkButton-focus-line-width: 1;
}
GimpRuler {
background-color: @bg_color;
}