New backup 2025-10-22 22:29:39

This commit is contained in:
Penelope Gwen 2025-10-22 22:29:39 -07:00
parent 9bf754de96
commit fadd773df4
2 changed files with 9 additions and 14 deletions

View file

@ -17,7 +17,7 @@
window { window {
border: 2px solid var(--window-border-color); border: 2px solid var(--window-border-color);
background-color: transparent; background-color: rgba(from var(--color0) r g b / 0.3);
border-radius:10px; border-radius:10px;
} }
@ -40,7 +40,7 @@ window {
#outer-box { #outer-box {
margin: 2px; margin: 2px;
border: 0px solid transparent; border: 0px solid transparent;
background-color: rgba(from var(--color0) r g b / 0.3); background-color: transparent;
border-radius:6px; border-radius:6px;
} }
@ -64,15 +64,6 @@ window {
outline: none; outline: none;
} }
#row:hover {
color: green;
}
row:hover,
list {
background-color:transparent;
}
/*#row, #entry{ /*#row, #entry{
border: 0px solid transparent; border: 0px solid transparent;
border-radius: 10px; border-radius: 10px;
@ -104,8 +95,12 @@ list {
} }
#img { #img {
opacity: 0.6; opacity: 0.5;
} }
#img:selected { #entry:selected #img {
opacity: 1; opacity: 0.9;
} }
flowbox flowboxchild:selected, menuitem {
background-color: green;
}