Learning_GTK4_tree/testsuite/reftests/box-shadow-with-blend-mode.css

20 lines
352 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
button {
all: unset;
margin: 10px;
}
button {
box-shadow: 0 0 5px;
background-color: transparent;
background-blend-mode: lighten, normal;
background-image: image(chartreuse), image(tomato);
}
button#reference {
box-shadow: 0 0 5px;
background-color: tomato;
background-blend-mode: lighten;
background-image: image(chartreuse);
}