[gimp/gtk3-port: 445/451] themes: some GimpDhsplayShell and children CSS hackery



commit 6556fd4e8a5eb2443b669a4d6a03daf627695bdf
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 14 00:19:19 2018 +0200

    themes: some GimpDhsplayShell and children CSS hackery

 themes/System/gimp.css |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)
---
diff --git a/themes/System/gimp.css b/themes/System/gimp.css
index 5df271e..3126171 100644
--- a/themes/System/gimp.css
+++ b/themes/System/gimp.css
@@ -36,16 +36,6 @@ GimpColorScales spinbutton entry {
     min-height: 0;
 }
 
-GimpDisplayShell button {
-    min-height: 0;
-    min-width: 0;
-    padding: 0 0 0 0;
-}
-
-GimpDisplayShell statusbar {
-    min-height: 3em;
-}
-
 GimpDock {
     font-size: smaller;
 }
@@ -67,6 +57,16 @@ GimpDockable {
     -GimpFrame-label-spacing:    2;
 }
 
+GimpDisplayShell grid>button {
+    min-height: 0;
+    min-width: 0;
+    padding: 0 0 0 0;
+}
+
+GimpDisplayShell statusbar {
+    min-height: 3em;
+}
+
 GimpDisplayShell combobox entry {
     font-size: smaller;
 }
@@ -75,6 +75,19 @@ GimpDisplayShell combobox button {
     font-size: smaller;
 }
 
+GimpDisplayShell progressbar text {
+    font-size: larger;
+}
+
+GimpDisplayShell progressbar trough,
+GimpDisplayShell progressbar progress {
+    min-height: 1em;
+}
+
+GimpRuler {
+    font-size: smaller;
+}
+
 GimpColorFrame {
     -GimpColorFrame-number-color: lighter (@bg_color);
 }
@@ -84,6 +97,3 @@ GimpColorFrame {
     color: rgba (1.0, 0.0, 0.0, 1.0);
 }
 
-GimpRuler {
-    font-size: smaller;
-}


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