Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-form-view.css
| Show First 20 Lines • Show All 454 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .picker-open .calendar-button .phui-icon-view { | .picker-open .calendar-button .phui-icon-view { | ||||
| color: {$sky}; | color: {$sky}; | ||||
| } | } | ||||
| .fancy-datepicker-core { | .fancy-datepicker-core { | ||||
| background-color: white; | background-color: white; | ||||
| border: 1px solid {$lightblueborder}; | border: 1px solid {$lightgreyborder}; | ||||
| border-bottom: 1px solid {$blueborder}; | |||||
| box-shadow: {$dropshadow}; | box-shadow: {$dropshadow}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| /* When the activation checkbox for the control is toggled off, visually | /* When the activation checkbox for the control is toggled off, visually | ||||
| disable the individual controls. We don't actually use the "disabled" property | disable the individual controls. We don't actually use the "disabled" property | ||||
| because we still want the values to submit. This is just a visual hint that | because we still want the values to submit. This is just a visual hint that | ||||
| the controls won't be used. The controls themselves are still live, work | the controls won't be used. The controls themselves are still live, work | ||||
| ▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines | |||||