mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
reftests: fix background-area reftest after the last commit
This commit is contained in:
parent
af77ba78bb
commit
4edb3f08e4
@ -6,8 +6,12 @@
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GtkButton {
|
||||
GtkWindow {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
GtkButton {
|
||||
background-color: black;
|
||||
border-style: solid;
|
||||
border-color: rgba(255,0,0,0.6);
|
||||
border-width: 4;
|
||||
|
@ -8,7 +8,7 @@
|
||||
<object class="GtkButton" id="button1">
|
||||
<property name="name">reference</property>
|
||||
<property name="label" translatable="yes">Make sure that the background
|
||||
area contains the border.</property>
|
||||
area doesn't contain the border.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<child>
|
||||
<object class="GtkButton" id="button1">
|
||||
<property name="label" translatable="yes">Make sure that the background
|
||||
area contains the border.</property>
|
||||
area doesn't contain the border.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -5,6 +5,7 @@ GtkButton {
|
||||
border-image: none;
|
||||
border-style: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.row1, .row2, .row3 {
|
||||
|
Loading…
Reference in New Issue
Block a user