gtk/tests/reftests/no-colors.css

8 lines
134 B
CSS
Raw Normal View History

* {
background-color: transparent;
color: transparent;
border-color: transparent;
border-style: solid;
2012-01-17 16:09:30 +00:00
border-width: 1px;
}