[gtk+] Adwaita: added a missing border to GtkFileChooser



commit 04a1a15e88fce807e7976af3cbfe130e845fb9ce
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Jun 14 08:45:55 2014 +0200

    Adwaita: added a missing border to GtkFileChooser

 gtk/resources/theme/Adwaita/_common.scss           |    5 +++++
 gtk/resources/theme/Adwaita/gtk-contained-dark.css |    5 +++++
 gtk/resources/theme/Adwaita/gtk-contained.css      |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 3f2fe30..ef9dc39 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -1541,6 +1541,11 @@ GtkMessageDialog .titlebar {
   %first_button { border-style: solid none none none; }
 }
 
+GtkFileChooserDialog .dialog-action-box {
+  border-top: 1px solid $borders_color;
+  &:backdrop { border-top-color: $backdrop_borders_color; }
+}
+
 /***********
  * Sidebar *
  ***********/
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css 
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 4b0618a..4bc71e4 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1849,6 +1849,11 @@ GtkMessageDialog .titlebar {
 .dialog-action-area.linked .button:first-child {
   border-style: solid none none none; }
 
+GtkFileChooserDialog .dialog-action-box {
+  border-top: 1px solid #1c1f1f; }
+  GtkFileChooserDialog .dialog-action-box:backdrop {
+    border-top-color: #1e2222; }
+
 /***********
  * Sidebar *
  ***********/
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 416a16a..60a83be 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1849,6 +1849,11 @@ GtkMessageDialog .titlebar {
 .dialog-action-area.linked .button:first-child {
   border-style: solid none none none; }
 
+GtkFileChooserDialog .dialog-action-box {
+  border-top: 1px solid #a1a1a1; }
+  GtkFileChooserDialog .dialog-action-box:backdrop {
+    border-top-color: #a8a8a8; }
+
 /***********
  * Sidebar *
  ***********/


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