forked from AuroraMiddleware/gtk
d4df5211f3
The old reftests drew an opaque image, the new image is transparent. This test drew the reference image as black and the test as transparent black, and those are now different.
22 lines
336 B
CSS
22 lines
336 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
toolbar {
|
|
border-image: url("green-20x20.png") 5000;
|
|
background-image: none;
|
|
background-color: #000;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
grid {
|
|
background-color: #000;
|
|
}
|
|
|
|
grid * {
|
|
background-color: lime;
|
|
border-style: none;
|
|
border-width: 0;
|
|
}
|