[gtk+] Adwaita: Set a text color for lists
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: Set a text color for lists
- Date: Thu, 21 Jan 2016 03:55:00 +0000 (UTC)
commit 52326e909a4a1e24e1f027f43b820eee03c15b02
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jan 20 22:53:47 2016 -0500
Adwaita: Set a text color for lists
Symbolic icons in list boxes came out white-on-white in the
inspector. Set an explicit text color to prevent that.
gtk/theme/Adwaita/_common.scss | 1 +
gtk/theme/Adwaita/gtk-contained-dark.css | 1 +
gtk/theme/Adwaita/gtk-contained.css | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index a61d38d..70380ca 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2798,6 +2798,7 @@ separator {
*********/
list {
+ color: $text_color;
background-color: $base_color;
border-color: $borders_color;
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index ad50ac2..a277a38 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3697,6 +3697,7 @@ separator {
* Lists *
*********/
list {
+ color: white;
background-color: #292929;
border-color: #1c1f1f; }
list:backdrop {
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 9536ba4..3b22b66 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -3863,6 +3863,7 @@ separator {
* Lists *
*********/
list {
+ color: black;
background-color: #ffffff;
border-color: #9d9d99; }
list:backdrop {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]