[gnome-themes-standard/wip/sass] lists



commit 92638f8540c6066cd34ab963564620b2cb3adec8
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Mon Jun 9 13:49:09 2014 +0200

    lists

 themes/Adwaita/gtk-3.0/_common.scss           |   17 ++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |   20 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-contained.css      |   20 ++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 8dea5d3..9a2ed6d 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -349,9 +349,10 @@
   }
 }
 
-
 GtkColorButton.button { padding: 4px; } // Uniform padding on the GtkColorButton.button
 
+.inline-toolbar.toolbar GtkToolButton .button { @include button(normal); }
+
 /*****************
  * GtkSpinButton *
  *****************/
@@ -1285,6 +1286,20 @@ GtkScrolledWindow {
   color: transparentize(black, 0.9);
 }
 
+/*********
+ * Lists *
+ *********/
+
+.list {
+  background-color: $base_color;
+  border-color: $borders_color;
+  &:backdrop {
+    background-color: $backdrop_base_color;
+    border-color: $backdrop_borders_color;
+  }
+}
+
+
 /*********************
  * App Notifications *
  *********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 76c15ed..1f1e3a0 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -424,6 +424,16 @@
 GtkColorButton.button {
   padding: 4px; }
 
+.inline-toolbar.toolbar GtkToolButton .button {
+  border-width: 1px;
+  border-style: solid;
+  color: #eeeeec;
+  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
+  border-color: #1c1f1f;
+  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
+
 /*****************
  * GtkSpinButton *
  *****************/
@@ -1453,6 +1463,16 @@ GtkScrolledWindow GtkViewport.frame {
 .separator {
   color: rgba(0, 0, 0, 0.1); }
 
+/*********
+ * Lists *
+ *********/
+.list {
+  background-color: #333333;
+  border-color: #1c1f1f; }
+  .list:backdrop {
+    background-color: #262626;
+    border-color: #1c1f1f; }
+
 /*********************
  * App Notifications *
  *********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index fa75981..c50f0ed 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -424,6 +424,16 @@
 GtkColorButton.button {
   padding: 4px; }
 
+.inline-toolbar.toolbar GtkToolButton .button {
+  border-width: 1px;
+  border-style: solid;
+  color: #2e3436;
+  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
+  border-color: #a1a1a1;
+  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+  box-shadow: inset 0 1px white, 0 1px white; }
+
 /*****************
  * GtkSpinButton *
  *****************/
@@ -1453,6 +1463,16 @@ GtkScrolledWindow GtkViewport.frame {
 .separator {
   color: rgba(0, 0, 0, 0.1); }
 
+/*********
+ * Lists *
+ *********/
+.list {
+  background-color: white;
+  border-color: #a1a1a1; }
+  .list:backdrop {
+    background-color: #fcfcfc;
+    border-color: #a1a1a1; }
+
 /*********************
  * App Notifications *
  *********************/


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