From 3bb30379cb84aefb910c87bf80e28dd02e851704 Mon Sep 17 00:00:00 2001 From: Alexis Poyen <apoyen@mail.apoyen.fr> Date: Thu, 4 Jun 2020 16:18:12 +0200 Subject: [PATCH] UI : add color to card-header --- web/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/style.css b/web/style.css index 8039cb5..b75e094 100644 --- a/web/style.css +++ b/web/style.css @@ -121,3 +121,11 @@ select { #round-desks .columns { max-height: 90%; } + +.card-header-success{ + background-color: rgba(127,186,0,.95); +} + +.card-header-danger{ + background-color: rgba(242,80,34,.95); +} \ No newline at end of file -- GitLab