[gimp/gtk3-port: 215/226] themes: set an explicit background for	rulers
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gimp/gtk3-port: 215/226] themes: set an explicit background for	rulers
- Date: Sun, 21 Sep 2014 18:24:35 +0000 (UTC)
commit 83b638864c1e4cd4db518096449e5b11e0defbf2
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]