[gimp/gtk3-port: 223/228] themes: set an explicit background for rulers



commit dcc9da9563d73c506acd2cebb4c30fad2d58e50c
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(+), 0 deletions(-)
---
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]