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 {
|
||||
margin: 0;
|
||||
width: 131px;
|
||||
margin: 0 0 0 10px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
#business-logic .ui-spinner {
|
||||
border: none;
|
||||
width: 145px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#settings-page #user-notifications,
|
||||
#settings-page #customer-notifications {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#settings-page #user-notifications.active,
|
||||
#settings-page #customer-notifications.active {
|
||||
background: #B6DCFF;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#settings-page #general fieldset .wrapper {
|
||||
|
|
Loading…
Reference in a new issue