summaryrefslogtreecommitdiff
path: root/public/css/style11.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style11.css')
-rw-r--r--public/css/style11.css9
1 files changed, 8 insertions, 1 deletions
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