forked from AuroraMiddleware/gtk
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:
parent
e33bda3078
commit
52326e909a
@ -2798,6 +2798,7 @@ separator {
|
||||
*********/
|
||||
|
||||
list {
|
||||
color: $text_color;
|
||||
background-color: $base_color;
|
||||
border-color: $borders_color;
|
||||
|
||||
|
@ -3697,6 +3697,7 @@ separator {
|
||||
* Lists *
|
||||
*********/
|
||||
list {
|
||||
color: white;
|
||||
background-color: #292929;
|
||||
border-color: #1c1f1f; }
|
||||
list:backdrop {
|
||||
|
@ -3863,6 +3863,7 @@ separator {
|
||||
* Lists *
|
||||
*********/
|
||||
list {
|
||||
color: black;
|
||||
background-color: #ffffff;
|
||||
border-color: #9d9d99; }
|
||||
list:backdrop {
|
||||
|
Loading…
Reference in New Issue
Block a user