Improve display of broadcast messages

pull/1/head
David Benqué 2021-03-15 14:10:06 +00:00
parent 8ebefb0456
commit 11d056fd05
1 changed files with 13 additions and 0 deletions

View File

@ -232,6 +232,19 @@
.empty {
font-style: italic;
}
tbody {
tr {
background-color: @cp_support-msg-bg;
border-bottom: 5px solid @cp_sidebar-right-bg;
padding: 5px;
td {
padding: 5px;
button {
margin: 0 !important;
}
}
}
}
.cp-notification {
display: flex;
align-items: center;