Last customer's appointment must not have a border.

This commit is contained in:
alext 2018-01-02 13:09:26 +01:00
parent 8713252b87
commit 729977c1f5
1 changed files with 5 additions and 2 deletions

View File

@ -516,19 +516,22 @@ body .form-horizontal .controls {
border-right: none;
}
#customers-page #customer-appointments .appointment-row:last-child {
border-bottom: none;
}
#customers-page #customer-appointments .appointment-row:hover:not(.selected) {
background-color: #F3F3F3;
cursor: pointer;
}
#customers-page #customer-appointments .appointment-row.selected {
background-color: #F4F4F4;
background-color: #E2E2E2;
}
#customers-page #appointment-details {
max-width: 330px;
margin-bottom: 20px;
padding: 0;
}
#customers-page #appointment-details div {