mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-10 11:50:35 +08:00
styled notificationArea
This commit is contained in:
@@ -253,3 +253,27 @@ ol[data-commentspage="true"] button.cancel {
|
||||
#submit .status {
|
||||
color: red;
|
||||
}
|
||||
#notificationArea {
|
||||
position: fixed;
|
||||
z-index: 5;
|
||||
top: -3px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height:20px;
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
#notificationArea span {
|
||||
background: #FEF7CB;
|
||||
padding: 3px 5px;
|
||||
line-height:20px;
|
||||
font-size: medium;
|
||||
border: 1px solid #FFE475;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 2px 5px #444;
|
||||
display:inline-block;
|
||||
}
|
||||
#notificationArea span.error {
|
||||
background: #FECBCB;
|
||||
border: 1px solid #FF7575;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user