New backup 2025-10-22 22:29:39
This commit is contained in:
parent
9bf754de96
commit
fadd773df4
2 changed files with 9 additions and 14 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
window {
|
||||
border: 2px solid var(--window-border-color);
|
||||
background-color: transparent;
|
||||
background-color: rgba(from var(--color0) r g b / 0.3);
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ window {
|
|||
#outer-box {
|
||||
margin: 2px;
|
||||
border: 0px solid transparent;
|
||||
background-color: rgba(from var(--color0) r g b / 0.3);
|
||||
background-color: transparent;
|
||||
border-radius:6px;
|
||||
}
|
||||
|
||||
|
|
@ -64,15 +64,6 @@ window {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
#row:hover {
|
||||
color: green;
|
||||
}
|
||||
|
||||
row:hover,
|
||||
list {
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
/*#row, #entry{
|
||||
border: 0px solid transparent;
|
||||
border-radius: 10px;
|
||||
|
|
@ -104,8 +95,12 @@ list {
|
|||
}
|
||||
|
||||
#img {
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
}
|
||||
#img:selected {
|
||||
opacity: 1;
|
||||
#entry:selected #img {
|
||||
opacity: 0.9;
|
||||
}
|
||||
flowbox flowboxchild:selected, menuitem {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue