From ce3fcb72f2d5d154461a14183069bf87db1e5776 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 13 Apr 2020 19:29:56 +0200 Subject: first arrival of flash messages close #85 --- assets/css/home.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css index 2ac00a8..6f6700d 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -11,6 +11,27 @@ } +.flashmessage { + color: white; + border: solid white 1px; +} + +.flashmessage li.alert-info { + background-color: grey; +} + +.flashmessage li.alert-warning { + background-color: orange; +} + +.flashmessage li.alert-success { + background-color: green; +} + +.flashmessage li.alert-error { + background-color: red; +} + div#options, article#main { min-width: 180px; overflow-y: auto; @@ -652,3 +673,4 @@ footer { + -- cgit v1.2.3