X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1d07e208b0897af64f71755c974762bc7cd19ca0..46fdcc29313a6c0dd897b8060335061f433897fd:/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; +} +