[gnome-themes-standard/wip/sass] backdrop insensitive combo text color fix
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] backdrop insensitive combo text color fix
- Date: Tue, 27 May 2014 22:05:32 +0000 (UTC)
commit 4d8fdb691f82f7e7cc1f8c3fdeafc7c5bb8b4c56
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed May 28 00:04:49 2014 +0200
backdrop insensitive combo text color fix
themes/Adwaita/gtk-3.0/_common.scss | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index e262488..c3fa5ff 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -392,7 +392,7 @@ GtkComboBox {
icon-shadow: none;
}
&:backdrop:insensitive {
- color: mix($backdrop_insensitive_color,$base_color, 50%);
+ color: $backdrop_insensitive_color;
}
.separator {
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index ce8e440..2a28ead 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -540,7 +540,7 @@ GtkComboBox {
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop:insensitive {
- color: #999999; }
+ color: white; }
GtkComboBox .separator {
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 4bc1709..65a45c9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -540,7 +540,7 @@ GtkComboBox {
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop:insensitive {
- color: #e3e3e3; }
+ color: #c7c7c7; }
GtkComboBox .separator {
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]