Introducing .msg_dialogue.
This commit is contained in:
@ -728,7 +728,7 @@ summary { cursor: pointer; }
|
||||
|
||||
/* Backend messages */
|
||||
.msg_error, .msg_success,
|
||||
.msg_notice {
|
||||
.msg_notice, .msg_dialogue {
|
||||
display: block;
|
||||
margin: 1.5em 0;
|
||||
padding: 10px;
|
||||
@ -752,6 +752,12 @@ summary { cursor: pointer; }
|
||||
color: #c09853;
|
||||
}
|
||||
|
||||
.msg_dialogue {
|
||||
background: #eee;
|
||||
border: 1px solid #aaa;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
#top > div,
|
||||
#main {
|
||||
|
Reference in New Issue
Block a user