Skip to content

Commit 10b5ab6

Browse files
committed
steal colors from coldfront/bootstrap
1 parent f4ef6dc commit 10b5ab6

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

webroot/css/messages.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,39 @@
66
margin-left: auto;
77
margin-right: auto;
88
margin-bottom: 20px;
9-
color: #676767
9+
border-width: 1px;
1010
}
1111

1212
.message h3 {
1313
margin: 0;
1414
}
1515

1616
.message.debug {
17-
background-color: rgb(255, 255, 128);
17+
color: #856404;
18+
background-color: #fff3cd;
19+
border-color: #ffeeba;
1820
}
1921

2022
.message.success {
21-
background-color: rgb(146, 192, 146);
23+
color: #155724;
24+
background-color: #d4edda;
25+
border-color: #c3e6cb;
2226
}
2327

2428
.message.info {
25-
background-color: rgb(173, 173, 173);
29+
color: #0c5460;
30+
background-color: #d1ecf1;
31+
border-color: #bee5eb;
2632
}
2733

2834
.message.warning {
29-
background-color: rgb(255, 199, 77);
35+
color: #856404;
36+
background-color: #fff3cd;
37+
border-color: #ffeeba;
3038
}
3139

3240
.message.error {
33-
background-color: rgb(255, 182, 182);
41+
color: #721c24;
42+
background-color: #f8d7da;
43+
border-color: #f5c6cb;
3444
}

0 commit comments

Comments
 (0)