reftests: Unset background-image in CSS of test
Otherwise the test screws up when it's set
This commit is contained in:
@ -13,6 +13,7 @@ GtkEntry #padded {
|
||||
|
||||
.progressbar {
|
||||
background-color: rgba(0,0,0,0);
|
||||
background-image: none;
|
||||
border-color: rgba(0,0,0,0);
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user