Updating some color

This commit is contained in:
Kasper Rynning-Tønnesen
2018-12-02 13:39:37 +01:00
parent 0743e7b7ae
commit 73aad3d8b9

View File

@@ -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 */ -ms-user-select: all !important; /* No support yet */
user-select: all !important; /* Likely future */ user-select: all !important; /* Likely future */
} }
.IL_BASE {
display: flex;
}
.IL_BASE .IL_BASE {
background-color: white;
}