[gtk+] Adwaita: Neuter frames in statusbars



commit fda53e55298be2a26dffd3472d38fa71f810a4b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 28 01:34:25 2014 -0400

    Adwaita: Neuter frames in statusbars
    
    Too much.

 gtk/resources/theme/Adwaita/_common.scss           |    2 ++
 gtk/resources/theme/Adwaita/gtk-contained-dark.css |    1 +
 gtk/resources/theme/Adwaita/gtk-contained.css      |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 8350dc1..c69112c 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -39,6 +39,8 @@
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
 
+  -GtkStatusbar-shadow-type: none;
+
   // We use the outline properties to signal the focus properties
   // to the adwaita engine: using real CSS properties is faster,
   // and we don't use any outlines for now.
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css 
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 92c88bb..6df4ba6 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -54,6 +54,7 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
+  -GtkStatusbar-shadow-type: none;
   outline-color: rgba(238, 238, 236, 0.3);
   outline-style: dashed;
   outline-offset: -3px;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 76341b2..bfa2ecf 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -54,6 +54,7 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
+  -GtkStatusbar-shadow-type: none;
   outline-color: rgba(46, 52, 54, 0.3);
   outline-style: dashed;
   outline-offset: -3px;


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