summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-28 01:34:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-28 01:34:25 -0400
commitfda53e55298be2a26dffd3472d38fa71f810a4b8 (patch)
tree0814d7592c30339a3ee4a05204d50f2fdbb1b935
parentc4e533ecd6659a26a2a05d49d6f2941007b4217d (diff)
downloadgtk+-fda53e55298be2a26dffd3472d38fa71f810a4b8.tar.gz
Adwaita: Neuter frames in statusbars
Too much.
-rw-r--r--gtk/resources/theme/Adwaita/_common.scss2
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained-dark.css1
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained.css1
3 files changed, 4 insertions, 0 deletions
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 8350dc17a9..c69112ca36 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 92c88bb081..6df4ba602d 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 76341b22c2..bfa2ecf026 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;