little changes

This commit is contained in:
2019-11-03 16:28:24 +01:00
parent 01cecac2a5
commit 12080960f4
2 changed files with 17 additions and 13 deletions

View File

@ -1,10 +1,12 @@
.invisible-grid > .empty-cell {
.empty-cell {
background: transparent;
}
.invisible-grid > .empty-cell {
border: 1px solid transparent;
}
.visible-grid > .empty-cell {
background: transparent;
border: 1px inset rgba(128, 128, 128, 0.3);
}
@ -53,11 +55,11 @@
.trail {
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0vmin;
border-radius: 0;
}
.ghost {
background: rgba(255, 255, 255, 0.4);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 0vmin;
border-radius: 0;
}