Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-comment-form.css
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .device-phone .phui-comment-form-view .remarkup-assist-bar, | .device-phone .phui-comment-form-view .remarkup-assist-bar, | ||||
| .device-phone .phui-comment-form-view .aphront-form-input | .device-phone .phui-comment-form-view .aphront-form-input | ||||
| .remarkup-assist-textarea { | .remarkup-assist-textarea { | ||||
| border-radius: 0; | border-radius: 0; | ||||
| } | } | ||||
| .phui-comment-form-view .remarkup-assist-button { | |||||
| margin-top: 2px; | |||||
| padding: 4px 5px; | |||||
| border-radius: 3px; | |||||
| } | |||||
| .phui-comment-form-view .remarkup-assist-separator { | |||||
| height: 18px; | |||||
| margin: 7px 6px; | |||||
| } | |||||
| .phui-comment-form-view .aphront-form-input .remarkup-assist-textarea { | .phui-comment-form-view .aphront-form-input .remarkup-assist-textarea { | ||||
| border-color: {$lightblueborder}; | border-color: {$lightblueborder}; | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| padding: 8px; | padding: 8px; | ||||
| border-bottom-left-radius: 3px; | |||||
| border-bottom-right-radius: 3px; | |||||
| height: 10em; | height: 10em; | ||||
| background-color: rgba({$alphablue},.02); | background-color: rgba({$alphablue},.02); | ||||
| } | } | ||||
| .phui-comment-form-view .aphront-form-input .remarkup-assist-textarea:focus { | .phui-comment-form-view .aphront-form-input .remarkup-assist-textarea:focus { | ||||
| background-color: #fff; | background-color: #fff; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | .phui-comment-form-view .phui-comment-action-icon { | ||||
| line-height: 40px; | line-height: 40px; | ||||
| margin: 0 4px; | margin: 0 4px; | ||||
| } | } | ||||
| .device-phone .phui-comment-form-view .phui-comment-action-icon { | .device-phone .phui-comment-form-view .phui-comment-action-icon { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| /* h8rs gonna h8 */ | |||||
| .phui-comment-form-view select { | |||||
| -webkit-appearance: none; | |||||
| -moz-appearance: none; | |||||
| appearance: none; | |||||
| background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center; | |||||
| background-size: 8px 10px; | |||||
| border-radius: 3px; | |||||
| color: {$darkbluetext}; | |||||
| height: 28px; | |||||
| position: relative; | |||||
| padding: 0 8px; | |||||
| width: 180px; | |||||
| } | |||||
| .device-phone .aphront-form-control-submit button { | .device-phone .aphront-form-control-submit button { | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| .phui-comment-form-view .phui-form-view label.aphront-form-label, | .phui-comment-form-view .phui-form-view label.aphront-form-label, | ||||
| .phui-comment-form-view .phui-form-view .aphront-form-error { | .phui-comment-form-view .phui-form-view .aphront-form-error { | ||||
| height: 26px; | height: 26px; | ||||
| line-height: 26px; | line-height: 26px; | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| .phui-comment-form-view .aphront-form-error .phui-icon-view { | .phui-comment-form-view .aphront-form-error .phui-icon-view { | ||||
| padding: 4px; | padding: 4px; | ||||
| } | } | ||||