X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/333700b34cb944ab49d1c9243f7193d50d25ebd1..359e0f406798548adbf6f0768c3e5c4cd20cbe7b:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 653b8640..7c794e5d 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -349,4 +349,23 @@ body#base button { body#base button:hover { background-color: #EEE; -} \ No newline at end of file +} + +/* ================= */ +/* = Message boxes = */ +/* ================= */ +.info { + background-color: gray; +} + +.success { + background-color: green; +} + +.error { + background-color: yellow; +} + +.critical { + background-color: red; +}