[gnome-themes-standard/wip/sass] make sure to pass the colored attribute for seuggested/destructive



commit 8613fa0189e91e9f9ff37e6f8d20ac2d0e70fe4b
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue May 20 21:40:14 2014 +0200

    make sure to pass the colored attribute for seuggested/destructive

 themes/Adwaita/gtk-3.0/_common.scss           |    6 +++---
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    8 ++++----
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index dfbf172..e02c0ea 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -245,12 +245,12 @@ GtkGrid:insensitive {
   @each $b_type, $b_color in (suggested-action, $theme_selected_bg_color), 
                               (destructive-action, $destructive_color) {
     &.#{$b_type} {
-      @include button(normal,$b_color, white); 
+      @include button(normal,$b_color, white, true); 
       &:hover {
-        @include button(hover,$b_color, white);
+        @include button(hover,$b_color, white, true);
       }
       &:active {  //", &:hover:active {" this *shouldn't* be needed
-        @include button(active,$b_color, white);
+        @include button(active,$b_color, white, true);
       }
       &:backdrop {
         @include button(backdrop,$b_color);
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 8a43588..b3f36c7 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -268,7 +268,7 @@ GtkGrid:insensitive {
     border-style: solid;
     color: white;
     background-image: linear-gradient(to bottom, #4a90d9, #2a76c6 40%, #215d9c);
-    border-color: #090909;
+    border-color: #215d9c;
     text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     box-shadow: inset 0 1px rgba(238, 238, 236, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
@@ -293,7 +293,7 @@ GtkGrid:insensitive {
       border-width: 1px;
       border-style: solid;
       color: white;
-      border-color: #090909;
+      border-color: #215d9c;
       background-image: linear-gradient(to bottom, #184472, #1c5187 5%, #215d9c);
       text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
       icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
@@ -342,7 +342,7 @@ GtkGrid:insensitive {
     border-style: solid;
     color: white;
     background-image: linear-gradient(to bottom, #ef2929, #d51010 40%, #a60c0c);
-    border-color: #090909;
+    border-color: #a60c0c;
     text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     box-shadow: inset 0 1px rgba(238, 238, 236, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
@@ -367,7 +367,7 @@ GtkGrid:insensitive {
       border-width: 1px;
       border-style: solid;
       color: white;
-      border-color: #090909;
+      border-color: #a60c0c;
       background-image: linear-gradient(to bottom, #760909, #8e0b0b 5%, #a60c0c);
       text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
       icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 35c48a9..ca8f545 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -268,7 +268,7 @@ GtkGrid:insensitive {
     border-style: solid;
     color: white;
     background-image: linear-gradient(to bottom, #98b9dc, #729fcf 40%, #4c85c2);
-    border-color: #a1a1a1;
+    border-color: #2b537d;
     text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05); }
@@ -293,7 +293,7 @@ GtkGrid:insensitive {
       border-width: 1px;
       border-style: solid;
       color: white;
-      border-color: #a1a1a1;
+      border-color: #2b537d;
       background-image: linear-gradient(to bottom, #386ca3, #3e78b6 5%, #4c85c2);
       text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
       icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
@@ -342,7 +342,7 @@ GtkGrid:insensitive {
     border-style: solid;
     color: white;
     background-image: linear-gradient(to bottom, #f35858, #ef2929 40%, #d51010);
-    border-color: #a1a1a1;
+    border-color: #760909;
     text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);
     box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05); }
@@ -367,7 +367,7 @@ GtkGrid:insensitive {
       border-width: 1px;
       border-style: solid;
       color: white;
-      border-color: #a1a1a1;
+      border-color: #760909;
       background-image: linear-gradient(to bottom, #a60c0c, #bd0e0e 5%, #d51010);
       text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
       icon-shadow: 0 -1px rgba(0, 0, 0, 0.5);


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