mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
With the power of :has(), style columns in odd/even bg if >= 3 childs
This commit is contained in:
parent
b164d68b4f
commit
475a201dbd
1 changed files with 3 additions and 0 deletions
|
@ -1719,6 +1719,9 @@ ul.link-list li a .icon {
|
||||||
box-shadow: -1px 0 var(--bg-color), -2px 0 var(--drop-shadow-color),
|
box-shadow: -1px 0 var(--bg-color), -2px 0 var(--drop-shadow-color),
|
||||||
-3px 0 var(--bg-color);
|
-3px 0 var(--bg-color);
|
||||||
}
|
}
|
||||||
|
#columns:has(> :nth-child(3)) > *:nth-child(even) {
|
||||||
|
background-color: var(--bg-blur-color);
|
||||||
|
}
|
||||||
#columns .header-grid input {
|
#columns .header-grid input {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue