gtk-demo: Fix selection in css basics demo

This commit is contained in:
Timm Bäder 2015-11-21 21:04:02 +01:00
parent cdd3e05fba
commit 5fb10d25c1

View File

@ -16,7 +16,7 @@
} }
/* Make sure selections are visible */ /* Make sure selections are visible */
:selected { selection {
background-color: darkGreen; background-color: darkGreen;
color: black; color: black;
} }