Replaced border to outline to avoid content jumping

This commit is contained in:
Jorys_Paulin 2018-06-09 10:37:36 +02:00
parent 34b6004ad3
commit 50d21da453

View File

@ -299,10 +299,10 @@ main {
border: none !important; border: none !important;
} }
.current-game { .current-game {
border: 2px solid #00A3C6; outline: auto #8BC34A;
} }
.host-cell-inactive { .host-cell-inactive {
border: 3px solid #8e0000; outline: auto #F44336;
} }
.host-cell:hover { .host-cell:hover {
cursor: pointer; cursor: pointer;