gtk2/testsuite/reftests/border-image-excess-size.css
Matthias Clasen a66287a62e Fix the border-image-excess-size reftest
This was failing because the grid is now respecting border
width too. Making the selector more specific so it only
applies to the toolbars fixes this.
2016-01-30 21:50:00 -05:00

18 lines
300 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: lime;
border-style: none;
border-width: 0;
}