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