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.
This commit is contained in:
Matthias Clasen 2016-01-20 22:53:47 -05:00
parent e33bda3078
commit 52326e909a
3 changed files with 3 additions and 0 deletions

View File

@ -2798,6 +2798,7 @@ separator {
*********/
list {
color: $text_color;
background-color: $base_color;
border-color: $borders_color;

View File

@ -3697,6 +3697,7 @@ separator {
* Lists *
*********/
list {
color: white;
background-color: #292929;
border-color: #1c1f1f; }
list:backdrop {

View File

@ -3863,6 +3863,7 @@ separator {
* Lists *
*********/
list {
color: black;
background-color: #ffffff;
border-color: #9d9d99; }
list:backdrop {