Add another css style test

This commit is contained in:
Matthias Clasen 2024-07-04 11:47:34 -04:00
parent 58568a36ce
commit 7f6dce1c22
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,6 @@
entry {
color: color-mix(in srgb, currentcolor, yellow 40%);
}
text {
}

View File

@ -0,0 +1,11 @@
window.background:dir(ltr)
entry:dir(ltr)
color: color(srgb 1 1 0.6); /* currentcolor4.css:2:3-55 */
text:dir(ltr)
color: color(srgb 1 1 0.36);
undershoot.left:dir(ltr)
color: color(srgb 1 1 0.216);
undershoot.right:dir(ltr)
color: color(srgb 1 1 0.216);

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="decorated">0</property>
<child>
<object class="GtkEntry">
<property name="visible">True</property>
<property name="text" translatable="yes">Hello World!</property>
</object>
</child>
</object>
</interface>