New backup 2025-07-01 10:00:01
This commit is contained in:
parent
c439531f8f
commit
a767c7d387
1 changed files with 10 additions and 12 deletions
|
@ -1,10 +1,6 @@
|
|||
* {
|
||||
font-family: FontAwesome, Overpass;
|
||||
letter-spacing: 1px;
|
||||
|
||||
/* --wofi-background-color: --wofi-rgb-color0;
|
||||
--wofi-transparent-color: rgba(--wofi-gba-color0, 0);
|
||||
--wofi-primary-color: --wofi-rgb-color5;*/
|
||||
}
|
||||
|
||||
@define-color window-border-color rgba(--wofi-rgb-color5,1);
|
||||
|
@ -14,7 +10,6 @@
|
|||
@define-color button-background-color rgba(--wofi-rgb-color5,0.15);
|
||||
@define-color button-background-active-color rgba(--wofi-rgb-color5,0.5);
|
||||
@define-color transparent-color rgba(--wofi-rgb-color0,0);
|
||||
--entry-opacity: 0.5;
|
||||
|
||||
window {
|
||||
border: 2px solid @window-border-color;
|
||||
|
@ -53,6 +48,10 @@ window {
|
|||
#text {
|
||||
margin: 5px;
|
||||
color: @foreground-color;
|
||||
text-shadow: 0px 0px 2px rgba(--wofi-rgb-color0,1);
|
||||
}
|
||||
#text:selected {
|
||||
color: @active-foreground-color;
|
||||
}
|
||||
|
||||
#entry{
|
||||
|
@ -60,17 +59,16 @@ window {
|
|||
border-radius: 10px;
|
||||
background-color: @button-background-color;
|
||||
margin:10px 10px;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
image {
|
||||
opacity: @opacity;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: @button-background-active-color;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: @active-foreground-color;
|
||||
#img {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#img:selected {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue