Adjust style of empty broadcasts

pull/1/head
David Benqué 4 years ago
parent 3cd8bb1b77
commit 685b118fe8

@ -233,7 +233,7 @@
width: 100%;
min-width: 600px;
.empty {
font-style: italic;
background-color: transparent;
}
tbody {
tr {

@ -1300,7 +1300,7 @@ define([
// Empty history
if (!msgs.length) {
$table.append(h('tr', h('td.empty', Messages.broadcast_empty)));
$table.append(h('tr.empty', h('td', Messages.broadcast_empty)));
}
// Build the table

Loading…
Cancel
Save