mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
reftests: Make sure border-image-gradient keeps working
.. even with more advanced themes.
This commit is contained in:
parent
9da7cc776c
commit
f412293a2d
@ -1,20 +1,24 @@
|
||||
.button-image {
|
||||
* {
|
||||
engine: none;
|
||||
border-image: none;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.button-image {
|
||||
border-image-source: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from(green),
|
||||
to(green));
|
||||
border-image-slice: 1;
|
||||
border-image-repeat: stretch;
|
||||
|
||||
border-width: 1 2 2 1;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.button-not-image {
|
||||
border-color: green;
|
||||
border-style: solid;
|
||||
border-width: 1 2 2 1;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user