New backup 2025-08-21 14:30:02
This commit is contained in:
parent
1941c92079
commit
5415251f57
1 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,8 @@
|
|||
--foreground-color: rgba(from var(--color13) r g b / 0.5);
|
||||
--foreground-shadow-color: rgba(from var(--color0) r g b / 1);
|
||||
--active-foreground-color: rgba(from var(--color13) r g b / 1);
|
||||
--window-background-color: rgba(from var(--color0) r g b / 0.6);
|
||||
/* --window-background-color: rgba(from var(--color0) r g b / 0.6);*/
|
||||
--window-background-color: rgba(from var(--color0) r g b / 0.01);
|
||||
--button-background-color: rgba(from var(--color5) r g b / 0.15);
|
||||
--button-background-active-color: rgba(from var(--color5) r g b / 0.5);
|
||||
}
|
||||
|
@ -40,7 +41,8 @@ window {
|
|||
#outer-box {
|
||||
margin: 2px;
|
||||
border: 0px solid transparent;
|
||||
background-color: var(--window-background-color);
|
||||
background-color: rgba(from var(--color0) r g b / 0.3);
|
||||
/* background-color: var(--window-background-color);*/
|
||||
border-radius:6px;
|
||||
}
|
||||
|
||||
|
@ -69,7 +71,7 @@ window {
|
|||
background-color: var(--button-background-active-color);
|
||||
outline: none;
|
||||
}
|
||||
#entry:hover {
|
||||
#entry not(#text):hover {
|
||||
background-color: var(--button-background-active-color);
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue