client: change table css

This commit is contained in:
Milan Pässler 2020-09-11 19:35:46 +02:00
parent 159d9f72af
commit cf2eb0e5a3

View file

@ -124,6 +124,9 @@ table {
div.card {
overflow-x: auto;
}
tbody tr {
border-top: 1px solid #ccc;
}
tr {
background-color: #fff;
margin: 0 0 15px 0;
@ -139,7 +142,7 @@ th {
}
tr:nth-child(odd) {
thead tr:not(:last-child) {
background-color: #eee;
}
@ -758,6 +761,7 @@ form>div.history {
vertical-align: bottom;
cursor: pointer;
max-inline-size: 22px;
margin: 0 .3em;
}
.remark {