Corrected wrong styling for the customer's appointments list.
This commit is contained in:
parent
e930306b23
commit
f6dc7309e0
1 changed files with 3 additions and 2 deletions
|
@ -371,11 +371,12 @@ body .form-horizontal .controls {
|
||||||
#customers-page #customer-appointments .appointment-row {
|
#customers-page #customer-appointments .appointment-row {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
border-bottom: 4px solid #E2E2E2;
|
border-bottom: 4px solid #E2E2E2;
|
||||||
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#customers-page #customer-appointments .appointment-row:hover:not(.selected-row) {
|
#customers-page #customer-appointments .appointment-row:hover:not(.selected-row) {
|
||||||
background-color: #F4F4F4;
|
background-color: #F3F3F3;
|
||||||
border-right: 5px solid #35B66F;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#customers-page #appointment-details {
|
#customers-page #appointment-details {
|
||||||
|
|
Loading…
Reference in a new issue