Closed geerlingguy closed 1 year ago
On both room grids, it would be good to make it so rooms that are marked as out (live == 0 in the rooms table) appear extremely dim, with like CSS opacity: .1, or they are just completely hidden.
live == 0
rooms
opacity: .1
I have this working:
On both room grids, it would be good to make it so rooms that are marked as out (
live == 0
in therooms
table) appear extremely dim, with like CSSopacity: .1
, or they are just completely hidden.