[gnome-themes-standard/wip/sass] set insensitive bg color to red to spot problems
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] set insensitive bg color to red to spot problems
- Date: Tue, 3 Jun 2014 19:43:36 +0000 (UTC)
commit 9f8cfa16c784b4b893756344b83d93d5905acc59
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Jun 3 21:43:12 2014 +0200
set insensitive bg color to red to spot problems
themes/Adwaita/gtk-3.0/_colors.scss | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 12 ++++++------
themes/Adwaita/gtk-3.0/gtk-contained.css | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_colors.scss b/themes/Adwaita/gtk-3.0/_colors.scss
index 4e4627c..e4e7a89 100644
--- a/themes/Adwaita/gtk-3.0/_colors.scss
+++ b/themes/Adwaita/gtk-3.0/_colors.scss
@@ -19,7 +19,7 @@ $destructive_color: if($variant =='light', #ef2929, darken(#ef2929,10%));
//insensitive state derived colors
$insensitive_fg_color: mix($fg_color, $bg_color, 50%);
-$insensitive_bg_color: $bg_color;
+$insensitive_bg_color: red; // FIXME we need to use the insensitive bg color
$insensitive_borders_color: $borders_color;
//colors for the backdrop state, derived from the main colors.
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 04616d5..9f078b6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -62,7 +62,7 @@
background-color: #212424;
color: #eeeeec; }
.gtkstyle-fallback:insensitive {
- background-color: #393f3f;
+ background-color: red;
color: #939695; }
.gtkstyle-fallback:selected {
background-color: #215d9c;
@@ -116,7 +116,7 @@
background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
color: #939695;
border-color: #1c1f1f;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, red);
box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
.entry:backdrop {
background-color: transparent;
@@ -376,7 +376,7 @@
text-shadow: none;
icon-shadow: none;
color: #939695;
- background-color: #393f3f;
+ background-color: red;
background-image: none;
border: none;
box-shadow: none; }
@@ -892,7 +892,7 @@ GtkSwitch {
GtkSwitch.trough:insensitive {
color: #939695;
border-color: #1c1f1f;
- background-color: #393f3f;
+ background-color: red;
box-shadow: 0 1px rgba(238, 238, 236, 0.1);
text-shadow: none; }
GtkSwitch.trough:backdrop {
@@ -1183,7 +1183,7 @@ GtkCheckButton.text-button:selected {
border-color: #151717;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #393f3f, inset 0 -1px #2a2f2f; }
.scale.slider:insensitive {
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, red);
box-shadow: none; }
.scale.slider:backdrop {
border-color: #151717;
@@ -1217,7 +1217,7 @@ GtkCheckButton.text-button:selected {
box-shadow: none; }
.scale.trough:insensitive, .scale.trough.hilight:insensitive {
border-color: #1c1f1f;
- background-color: #393f3f;
+ background-color: red;
box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
.scale.trough:backdrop {
border-color: #1c1f1f;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index ff39da5..72a44e6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -62,7 +62,7 @@
background-color: lightgray;
color: #2e3436; }
.gtkstyle-fallback:insensitive {
- background-color: #ededed;
+ background-color: red;
color: #8d9091; }
.gtkstyle-fallback:selected {
background-color: #4a90d9;
@@ -116,7 +116,7 @@
background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
color: #8d9091;
border-color: #a1a1a1;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, red);
box-shadow: 0 1px white; }
.entry:backdrop {
background-color: transparent;
@@ -376,7 +376,7 @@
text-shadow: none;
icon-shadow: none;
color: #8d9091;
- background-color: #ededed;
+ background-color: red;
background-image: none;
border: none;
box-shadow: none; }
@@ -892,7 +892,7 @@ GtkSwitch {
GtkSwitch.trough:insensitive {
color: #8d9091;
border-color: #a1a1a1;
- background-color: #ededed;
+ background-color: red;
box-shadow: 0 1px white;
text-shadow: none; }
GtkSwitch.trough:backdrop {
@@ -1183,7 +1183,7 @@ GtkCheckButton.text-button:selected {
border-color: #999999;
box-shadow: inset 0 1px white, inset 0 -2px #ededed, inset 0 -1px #c7c7c7; }
.scale.slider:insensitive {
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, red);
box-shadow: none; }
.scale.slider:backdrop {
border-color: #999999;
@@ -1217,7 +1217,7 @@ GtkCheckButton.text-button:selected {
box-shadow: none; }
.scale.trough:insensitive, .scale.trough.hilight:insensitive {
border-color: #a1a1a1;
- background-color: #ededed;
+ background-color: red;
box-shadow: 0 1px white; }
.scale.trough:backdrop {
border-color: #a1a1a1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]