gtk/tests/reftests/no-colors.css
Benjamin Otte d10f851201 reftests: Fix a bunch of invalid CSS cases
use 'transparent' instead of 'none' for colors.
2012-01-09 18:37:57 +01:00

8 lines
132 B
CSS

* {
background-color: transparent;
color: transparent;
border-color: transparent;
border-style: solid;
border-width: 1;
}