forked from mirrors/easyappointments
Changed styling for 'Receive Notifications' button and the timeout spinner in the settings page.
This commit is contained in:
parent
97856af73a
commit
c0a44c9e80
1 changed files with 8 additions and 5 deletions
|
@ -700,20 +700,23 @@ padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#business-logic #book-advance-timeout {
|
#business-logic #book-advance-timeout {
|
||||||
margin: 0;
|
margin: 0 0 0 10px;
|
||||||
width: 131px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#business-logic .ui-spinner {
|
#business-logic .ui-spinner {
|
||||||
border: none;
|
border: none;
|
||||||
width: 145px;
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#settings-page #user-notifications,
|
||||||
|
#settings-page #customer-notifications {
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-page #user-notifications.active,
|
#settings-page #user-notifications.active,
|
||||||
#settings-page #customer-notifications.active {
|
#settings-page #customer-notifications.active {
|
||||||
background: #B6DCFF;
|
background: #B6DCFF;
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-page #general fieldset .wrapper {
|
#settings-page #general fieldset .wrapper {
|
||||||
|
|
Loading…
Reference in a new issue