forked from mirrors/easyappointments
Last customer's appointment must not have a border.
This commit is contained in:
parent
8713252b87
commit
729977c1f5
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue