Regenerated
This commit is contained in:
+354
-345
File diff suppressed because it is too large
Load Diff
+18
-9
@@ -4541,21 +4541,30 @@ This is the default layout for wofi
|
|||||||
}
|
}
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
background-color: transparent;
|
background-color: rgba(0, 0, 0, 0.35);
|
||||||
margin: 3px;
|
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);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
padding: 2px;
|
color: @lavender;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected label {
|
#entry:selected {
|
||||||
background-color: @surface2;
|
background: red; /* linear-gradient(45deg, @blue, @green);*/
|
||||||
border-radius: 16px;
|
border-radius: 18px;
|
||||||
padding: 8px 12px;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry image {
|
#entry image {
|
||||||
|
|||||||
@@ -40,21 +40,30 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
background-color: transparent;
|
background-color: rgba(0, 0, 0, 0.35);
|
||||||
margin: 3px;
|
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);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
padding: 2px;
|
color: @lavender;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected label {
|
#entry:selected {
|
||||||
background-color: @surface2;
|
background: red; /* linear-gradient(45deg, @blue, @green);*/
|
||||||
border-radius: 16px;
|
border-radius: 18px;
|
||||||
padding: 8px 12px;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry image {
|
#entry image {
|
||||||
|
|||||||
Reference in New Issue
Block a user