New backup 2025-08-21 14:45:03
This commit is contained in:
parent
5415251f57
commit
efceda4346
1 changed files with 13 additions and 11 deletions
|
@ -50,16 +50,6 @@ window {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: var(--foreground-color);
|
||||
text-shadow: 0px 0px 2px var(--foreground-shadow-color),0px 0px 6px var(--foreground-shadow-color);
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
}
|
||||
#text:selected {
|
||||
color: var(--active-foreground-color);
|
||||
}
|
||||
|
||||
#entry{
|
||||
border: 0px solid transparent;
|
||||
border-radius: 10px;
|
||||
|
@ -71,9 +61,21 @@ window {
|
|||
background-color: var(--button-background-active-color);
|
||||
outline: none;
|
||||
}
|
||||
#entry not(#text):hover {
|
||||
/*#entry:hover {
|
||||
border: 3px solid green;
|
||||
background-color: var(--button-background-active-color);
|
||||
outline: none;
|
||||
}*/
|
||||
|
||||
#text {
|
||||
background-color: transparent;
|
||||
color: var(--foreground-color);
|
||||
text-shadow: 0px 0px 2px var(--foreground-shadow-color),0px 0px 6px var(--foreground-shadow-color);
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
}
|
||||
#text:selected {
|
||||
color: var(--active-foreground-color);
|
||||
}
|
||||
|
||||
#img {
|
||||
|
|
Loading…
Add table
Reference in a new issue