From 50d21da45323299b4ff40321f5602e9b60ea97f8 Mon Sep 17 00:00:00 2001 From: Jorys_Paulin Date: Sat, 9 Jun 2018 10:37:36 +0200 Subject: [PATCH] Replaced border to outline to avoid content jumping --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index e961f7d..387a508 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -299,10 +299,10 @@ main { border: none !important; } .current-game { - border: 2px solid #00A3C6; + outline: auto #8BC34A; } .host-cell-inactive { - border: 3px solid #8e0000; + outline: auto #F44336; } .host-cell:hover { cursor: pointer;