[gimp/gtk3-port: 221/227] themes: set an explicit background for rulers



commit 2f10af74168c219ec6aa182c2337494f6740268b
Author: Michael Natterer <mitch gimp org>
Date:   Sat Feb 18 14:51:19 2012 +0100

    themes: set an explicit background for rulers
    
    because they can't be rendered with transparent background currently.

 themes/Default/gimp.css | 4 ++++
 themes/Small/gimp.css   | 4 ++++
 2 files changed, 8 insertions(+)
---
diff --git a/themes/Default/gimp.css b/themes/Default/gimp.css
index 7a54010..0b58404 100644
--- a/themes/Default/gimp.css
+++ b/themes/Default/gimp.css
@@ -97,3 +97,7 @@ GimpHistogramView:selected {
 GimpOverlayFrame {
     -GtkButton-focus-line-width: 1;
 }
+
+GimpRuler {
+    background-color: @bg_color;
+}
diff --git a/themes/Small/gimp.css b/themes/Small/gimp.css
index 05c79ea..5dd4909 100644
--- a/themes/Small/gimp.css
+++ b/themes/Small/gimp.css
@@ -93,3 +93,7 @@ GimpHistogramView:selected {
 GimpOverlayFrame {
     -GtkButton-focus-line-width: 1;
 }
+
+GimpRuler {
+    background-color: @bg_color;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]