[gnome-themes-standard] Treeview headers



commit 33861aa00cb90795f52c75e7264335c18700d686
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue May 27 12:34:02 2014 +0200

    Treeview headers

 themes/Adwaita/gtk-3.0/_common.scss           |   22 ++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |   14 ++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-contained.css      |   14 ++++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index a82ae38..8ad140e 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -512,6 +512,28 @@ GtkComboBox {
   }
 }
 
+/**************
+ * Tree Views *
+ **************/
+
+column-header {
+  .button {
+    border-width: 0 1px 1px 0;
+    border-color: transparent;
+    box-shadow: none;
+    border-radius: 0;
+    border-image: linear-gradient(to top,
+                              mix($borders_color, $base_color, 50%),
+                              $base_color
+                              ) 0 1 1 0;
+    background-image: none;
+    background-color: $base_color;
+    color: transparentize($fg_color,0.5);
+    font-weight: bold;
+  }
+}
+
+
 /***************
  * Popovers   *
  ***************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 2569598..d64d1e7 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -573,6 +573,20 @@ GtkComboBox {
   .tiled .header-bar, .maximized .header-bar {
     border-radius: 0; }
 
+/**************
+ * Tree Views *
+ **************/
+column-header .button {
+  border-width: 0 1px 1px 0;
+  border-color: transparent;
+  box-shadow: none;
+  border-radius: 0;
+  border-image: linear-gradient(to top, #272929, #333333) 0 1 1 0;
+  background-image: none;
+  background-color: #333333;
+  color: rgba(238, 238, 236, 0.5);
+  font-weight: bold; }
+
 /***************
  * Popovers   *
  ***************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 91b4876..42a0580 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -573,6 +573,20 @@ GtkComboBox {
   .tiled .header-bar, .maximized .header-bar {
     border-radius: 0; }
 
+/**************
+ * Tree Views *
+ **************/
+column-header .button {
+  border-width: 0 1px 1px 0;
+  border-color: transparent;
+  box-shadow: none;
+  border-radius: 0;
+  border-image: linear-gradient(to top, #d0d0d0, white) 0 1 1 0;
+  background-image: none;
+  background-color: white;
+  color: rgba(46, 52, 54, 0.5);
+  font-weight: bold; }
+
 /***************
  * Popovers   *
  ***************/


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