Adjust style of empty broadcasts

pull/1/head
David Benqué 2021-03-16 10:52:26 +00:00
parent 3cd8bb1b77
commit 685b118fe8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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