Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-form-view.css
| Show First 20 Lines • Show All 540 Lines • ▼ Show 20 Lines | .aphront-form-error .phui-icon-view { | ||||
| font-size: 20px; | font-size: 20px; | ||||
| } | } | ||||
| .device-desktop .aphront-form-error .phui-icon-view:hover { | .device-desktop .aphront-form-error .phui-icon-view:hover { | ||||
| color: {$red}; | color: {$red}; | ||||
| } | } | ||||
| .phui-form-static-action { | .phui-form-static-action { | ||||
| padding: 4px; | height: 28px; | ||||
| line-height: 28px; | |||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| } | } | ||||
| .phuix-form-checkbox-action { | .phuix-form-checkbox-action { | ||||
| padding: 4px; | padding: 4px; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| } | } | ||||
| .phuix-form-checkbox-action input[type=checkbox] { | .phuix-form-checkbox-action input[type=checkbox] { | ||||
| margin: 4px 0; | margin: 4px 0; | ||||
| } | } | ||||
| .phuix-form-checkbox-label { | .phuix-form-checkbox-label { | ||||
| margin-left: 4px; | margin-left: 4px; | ||||
| } | } | ||||