display alert in link tab
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
&[readonly] {
|
||||
background-color: @alertify-light-bg;
|
||||
color: @cryptpad_text_col;
|
||||
border-color: @alertify-input-fg;
|
||||
border-color: @alertify-light-bg;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -509,5 +509,11 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
.alert {
|
||||
margin:5px 0px;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
border-radius:0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user