ghost border

This commit is contained in:
Adrien MALINGREY 2025-04-09 00:57:53 +02:00
parent df95139650
commit f33723a786

View File

@ -15,6 +15,11 @@ body[data-bs-theme="dark"] {
background-color: rgba(37, 41, 45, 40%); background-color: rgba(37, 41, 45, 40%);
} }
tr.matrix td:not(.mino) {
border-left : none;
border-bottom: none;
}
.mino:not(.ghost):not(.locking):not(.disabled) { .mino:not(.ghost):not(.locking):not(.disabled) {
padding: 1px; padding: 1px;
position: relative; position: relative;
@ -46,8 +51,8 @@ body[data-bs-theme="dark"] {
} }
.ghost.mino { .ghost.mino {
background: transparent; background: rgba(242, 255, 255, 10%);
border: 1px solid transparent; border : 2px solid rgba(255, 255, 255, 0.3);
border-radius: 3px; border-radius: 3px;
box-shadow: 0px 0px 10px rgba(242, 255, 255, 75%); box-shadow: 0px 0px 10px rgba(242, 255, 255, 75%);
} }