From 572a986e480c5273742720f888010950a15be029 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 10 Dec 2012 10:11:17 +0100 Subject: #88 29c3 design success notice --- public/css/style11.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'public/css/style11.css') diff --git a/public/css/style11.css b/public/css/style11.css index 3a77f5bc..cefc761e 100644 --- a/public/css/style11.css +++ b/public/css/style11.css @@ -40,8 +40,15 @@ tr:hover > td { } .error { - background: #fff; + background: #fff; border-color: #ed1a3b; color: #ed1a3b; font-weight: bold; +} + +.success { + background: #fff; + border-color: rgb(0, 178, 107); + color: rgb(0, 178, 107); + font-weight: bold; } \ No newline at end of file -- cgit v1.2.3-54-g00ecf