X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1d07e208b0897af64f71755c974762bc7cd19ca0..8fc231865e3917a21d19a0c11d9130c5dd838334:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index d9309094..ae51e475 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -392,4 +392,24 @@ body#base button:hover { padding: 0px; z-index: 100; -} \ No newline at end of file +} + +/* ================= */ +/* = Message boxes = */ +/* ================= */ +.info { + background-color: gray; +} + +.success { + background-color: green; +} + +.error { + background-color: yellow; +} + +.critical { + background-color: red; +} +