Regenerated

This commit is contained in:
2026-04-13 17:05:17 +02:00
parent a3a11d9cd9
commit 795cfd928f
3 changed files with 390 additions and 363 deletions
+354 -345
View File
File diff suppressed because it is too large Load Diff
+18 -9
View File
@@ -4541,21 +4541,30 @@ This is the default layout for wofi
}
#entry {
background-color: transparent;
margin: 3px;
background-color: rgba(0, 0, 0, 0.35);
color: @subtext1;
border-radius: 18px;
padding: 10px 14px;
margin: 2px 0;
transition: all 0.15s ease;
}
#entry:selected,
#entry:hover{
#entry:hover {
background-color: rgba(0, 0, 0, 0.5);
color: @text;
}
#entry:focus {
background: linear-gradient(45deg, @blue, @green);
padding: 2px;
color: @lavender;
border-radius: 18px;
}
#entry:selected label {
background-color: @surface2;
border-radius: 16px;
padding: 8px 12px;
#entry:selected {
background: red; /* linear-gradient(45deg, @blue, @green);*/
border-radius: 18px;
font-weight: bold;
}
#entry image {
+18 -9
View File
@@ -40,21 +40,30 @@
}
#entry {
background-color: transparent;
margin: 3px;
background-color: rgba(0, 0, 0, 0.35);
color: @subtext1;
border-radius: 18px;
padding: 10px 14px;
margin: 2px 0;
transition: all 0.15s ease;
}
#entry:selected,
#entry:hover{
#entry:hover {
background-color: rgba(0, 0, 0, 0.5);
color: @text;
}
#entry:focus {
background: linear-gradient(45deg, @blue, @green);
padding: 2px;
color: @lavender;
border-radius: 18px;
}
#entry:selected label {
background-color: @surface2;
border-radius: 16px;
padding: 8px 12px;
#entry:selected {
background: red; /* linear-gradient(45deg, @blue, @green);*/
border-radius: 18px;
font-weight: bold;
}
#entry image {