From 73aad3d8b955894dbb3a0d883d490c8a01217fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 2 Dec 2018 13:39:37 +0100 Subject: [PATCH] Updating some color --- server/public/assets/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index feecdc02..10d088e2 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -4063,3 +4063,11 @@ input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-def -ms-user-select: all !important; /* No support yet */ user-select: all !important; /* Likely future */ } + +.IL_BASE { + display: flex; +} + +.IL_BASE .IL_BASE { + background-color: white; +}