diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 6ca2786..f6e996a 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -36,6 +36,10 @@ h1,h2,h3,h4,h5 { border:1px solid red!important; } +.error-message { + color: red; +} + a.btn-expand { color: #333; font-weight: bold;