mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Add alert as a valid alias as warning.
This commit is contained in:
parent
d452a047fa
commit
5fbde299d1
@ -356,6 +356,7 @@ html {
|
|||||||
.note,
|
.note,
|
||||||
.notice,
|
.notice,
|
||||||
.warning,
|
.warning,
|
||||||
|
.alert,
|
||||||
.info,
|
.info,
|
||||||
.pageSkip {
|
.pageSkip {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
@ -374,6 +375,7 @@ html {
|
|||||||
.hint p,
|
.hint p,
|
||||||
.note p,
|
.note p,
|
||||||
.notice p,
|
.notice p,
|
||||||
|
.alert p,
|
||||||
.warning p,
|
.warning p,
|
||||||
.info p {
|
.info p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -390,7 +392,8 @@ html {
|
|||||||
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px;
|
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning,
|
||||||
|
.alert {
|
||||||
border-color: #f8c3cd;
|
border-color: #f8c3cd;
|
||||||
background: #fdf1f3 url(../../docsviewer/images/error_button.png) no-repeat 12px 17px;
|
background: #fdf1f3 url(../../docsviewer/images/error_button.png) no-repeat 12px 17px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user