New backup 2025-10-21 11:15:02
This commit is contained in:
parent
d43e58d0ea
commit
03c9be043b
1 changed files with 5 additions and 1 deletions
|
@ -57,9 +57,13 @@ window {
|
|||
}
|
||||
#entry:selected {
|
||||
background-color: red;
|
||||
/* background-color: var(--button-background-active-color);*/
|
||||
/* opacity: 0;
|
||||
background-color: var(--button-background-active-color);*/
|
||||
outline: none;
|
||||
color: red;
|
||||
#row {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
#entry:hover {
|
||||
background-color: var(--button-background-active-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue