Regenerated

This commit is contained in:
2026-04-13 17:03:42 +02:00
parent 43cb41ce2b
commit a3a11d9cd9
3 changed files with 363 additions and 390 deletions
+345 -354
View File
File diff suppressed because it is too large Load Diff
+9 -18
View File
@@ -4541,30 +4541,21 @@ This is the default layout for wofi
} }
#entry { #entry {
background-color: rgba(0, 0, 0, 0.35); background-color: transparent;
color: @subtext1; margin: 3px;
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); background: linear-gradient(45deg, @blue, @green);
color: @lavender; padding: 2px;
border-radius: 18px; border-radius: 18px;
} }
#entry:selected { #entry:selected label {
background: red; /* linear-gradient(45deg, @blue, @green);*/ background-color: @surface2;
border-radius: 18px; border-radius: 16px;
font-weight: bold; padding: 8px 12px;
} }
#entry image { #entry image {
+9 -18
View File
@@ -40,30 +40,21 @@
} }
#entry { #entry {
background-color: rgba(0, 0, 0, 0.35); background-color: transparent;
color: @subtext1; margin: 3px;
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); background: linear-gradient(45deg, @blue, @green);
color: @lavender; padding: 2px;
border-radius: 18px; border-radius: 18px;
} }
#entry:selected { #entry:selected label {
background: red; /* linear-gradient(45deg, @blue, @green);*/ background-color: @surface2;
border-radius: 18px; border-radius: 16px;
font-weight: bold; padding: 8px 12px;
} }
#entry image { #entry image {