From 0ab72c420894031bef71ac9dc14875a888e7fa90 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 9 Jan 2014 00:59:27 +0200 Subject: [PATCH] UI Improvements - Admin Theme - .error-message class added #194 --- admin/themes/default/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) 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;