display alert in link tab

This commit is contained in:
David Benqué
2019-12-03 12:01:31 +00:00
parent ff67f8381b
commit 3b7732ceb2
2 changed files with 17 additions and 1 deletions

View File

@@ -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;
}
}