Adjust style of empty broadcasts

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

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

@ -1300,7 +1300,7 @@ define([
// Empty history // Empty history
if (!msgs.length) { 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 // Build the table

Loading…
Cancel
Save