[gimp/gtk3-port: 219/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: 219/226] themes: set an explicit background for rulers
- Date: Thu, 2 Jan 2014 19:36:51 +0000 (UTC)
commit 07b33c98cef72ade68e7936e5863692adfd87915
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]