mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
Check if can i receive message when send message.
This commit is contained in:
parent
a23f4f6647
commit
e21c203a78
7 changed files with 82 additions and 1 deletions
|
|
@ -465,3 +465,21 @@ script, style
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* warning label from modules\admin\tpl\css\admin.bootstrap.css
|
||||
*/
|
||||
.warning_label{
|
||||
display:inline-block;
|
||||
margin:5px 15px !important;
|
||||
padding:2px 4px;
|
||||
font-size:11.844px;
|
||||
font-weight:bold;
|
||||
line-height:14px;
|
||||
color:#ffffff;
|
||||
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
-webkit-border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.warning_label-important{background-color:#b94a48}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue