Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/remarkup.css
| Show First 20 Lines • Show All 492 Lines • ▼ Show 20 Lines | .remarkup-control-fullscreen-mode textarea.remarkup-assist-textarea { | ||||
| top: 27px; | top: 27px; | ||||
| left: 0; | left: 0; | ||||
| right: 0; | right: 0; | ||||
| bottom: 0; | bottom: 0; | ||||
| /* NOTE: This doesn't work in Firefox, there's a JS behavior to correct it. */ | /* NOTE: This doesn't work in Firefox, there's a JS behavior to correct it. */ | ||||
| height: auto; | height: auto; | ||||
| border-width: 1px 0 0 0; | border-width: 1px 0 0 0; | ||||
| outline: none; | outline: none; | ||||
| resize: none; | |||||
| } | } | ||||
| .phabricator-image-macro-hero { | .phabricator-image-macro-hero { | ||||
| margin: auto; | margin: auto; | ||||
| max-width: 95%; | max-width: 95%; | ||||
| } | } | ||||
| .phabricator-remarkup-macro { | .phabricator-remarkup-macro { | ||||
| Show All 9 Lines | .phabricator-remarkup hr { | ||||
| background: {$thinblueborder}; | background: {$thinblueborder}; | ||||
| margin: 24px 0; | margin: 24px 0; | ||||
| } | } | ||||
| .phabricator-remarkup .remarkup-highlight { | .phabricator-remarkup .remarkup-highlight { | ||||
| background-color: {$lightviolet}; | background-color: {$lightviolet}; | ||||
| padding: 0 4px; | padding: 0 4px; | ||||
| } | } | ||||
| .remarkup-inline-preview { | |||||
| display: block; | |||||
| position: relative; | |||||
| background: #fff; | |||||
| overflow-y: auto; | |||||
| box-sizing: border-box; | |||||
| width: 100%; | |||||
| border: 1px solid {$sky}; | |||||
| resize: vertical; | |||||
| padding: 4px 6px; | |||||
| } | |||||
| .remarkup-control-fullscreen-mode .remarkup-inline-preview { | |||||
| resize: none; | |||||
| } | |||||
| .remarkup-inline-preview * { | |||||
| resize: none; | |||||
| } | |||||
| .remarkup-assist-button.preview-active { | |||||
| background: {$sky}; | |||||
| } | |||||
| .remarkup-assist-button.preview-active .phui-icon-view { | |||||
| color: #ffffff; | |||||
| } | |||||
| .remarkup-assist-button.preview-active:hover .phui-icon-view { | |||||
| color: {$lightsky}; | |||||
| } | |||||