blob: 85382b0ee756eb44f0dc9da8aa76296e8c096814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.modal-header {
border-bottom-color: #ffb81c;
}
.modal-header.success {
border-bottom: 3px solid #4ca90c;
}
.modal-header.failed {
border-bottom: 3px solid #cf2a2a;
}
.modal-header.confirm {
border-bottom: 3px solid #009FDB;
}
.modal-footer {
border-radius: 0 0 6px 6px;
}
|