Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/remarkup.css
| Show First 20 Lines • Show All 430 Lines • ▼ Show 20 Lines | body .phabricator-standard-page div.phabricator-remarkup .remarkup-header + * { | ||||
| margin-top: 0; | margin-top: 0; | ||||
| } | } | ||||
| body div.phabricator-remarkup > *:last-child { | body div.phabricator-remarkup > *:last-child { | ||||
| margin-bottom: 0; | margin-bottom: 0; | ||||
| } | } | ||||
| .remarkup-assist-textarea { | .remarkup-assist-textarea { | ||||
| border-left-color: {$blueborder}; | border-left-color: {$greyborder}; | ||||
| border-right-color: {$blueborder}; | border-right-color: {$greyborder}; | ||||
| border-bottom-color: {$blueborder}; | border-bottom-color: {$greyborder}; | ||||
| border-top-color: {$thinblueborder}; | border-top-color: {$thinblueborder}; | ||||
| border-radius: 0; | border-radius: 0; | ||||
| border-bottom-left-radius: 3px; | |||||
| border-bottom-right-radius: 3px; | |||||
| box-shadow: none; | box-shadow: none; | ||||
| -webkit-box-shadow: none; | -webkit-box-shadow: none; | ||||
| /* Set line height explicitly so the metrics <var /> and the real textarea | /* Set line height explicitly so the metrics <var /> and the real textarea | ||||
| are forced to the same value. */ | are forced to the same value. */ | ||||
| line-height: 1.25em; | line-height: 1.25em; | ||||
| Show All 13 Lines | var.remarkup-assist-textarea { | ||||
| visibility: hidden; | visibility: hidden; | ||||
| } | } | ||||
| .remarkup-assist-textarea:focus { | .remarkup-assist-textarea:focus { | ||||
| border: 1px solid rgba(82, 168, 236, 0.8); | border: 1px solid rgba(82, 168, 236, 0.8); | ||||
| } | } | ||||
| .remarkup-assist-bar { | .remarkup-assist-bar { | ||||
| height: 26px; | height: 32px; | ||||
| border-width: 1px 1px 0; | border-width: 1px 1px 0; | ||||
| border-style: solid; | border-style: solid; | ||||
| border-top-color: {$blueborder}; | border-top-color: {$greyborder}; | ||||
| border-left-color: {$blueborder}; | border-left-color: {$greyborder}; | ||||
| border-right-color: {$blueborder}; | border-right-color: {$greyborder}; | ||||
| border-top-left-radius: 3px; | |||||
| border-top-right-radius: 3px; | |||||
| padding: 0 4px; | |||||
| background: {$lightbluebackground}; | background: {$lightbluebackground}; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| } | } | ||||
| .remarkup-assist-button { | .remarkup-assist-button { | ||||
| display: block; | display: block; | ||||
| margin-top: 2px; | |||||
| padding: 4px 5px; | padding: 4px 5px; | ||||
| float: left; | float: left; | ||||
| } | } | ||||
| .remarkup-assist-button:hover .phui-icon-view.phui-font-fa { | .remarkup-assist-button:hover .phui-icon-view.phui-font-fa { | ||||
| color: {$sky}; | color: {$sky}; | ||||
| } | } | ||||
| .remarkup-assist-button:active { | .remarkup-assist-button:active { | ||||
| outline: none; | outline: none; | ||||
| } | } | ||||
| .remarkup-assist-button:focus { | .remarkup-assist-button:focus { | ||||
| outline: none; | outline: none; | ||||
| } | } | ||||
| .remarkup-assist-separator { | .remarkup-assist-separator { | ||||
| display: block; | display: block; | ||||
| float: left; | float: left; | ||||
| margin: 7px 4px; | height: 18px; | ||||
| height: 14px; | margin: 7px 6px; | ||||
| width: 0px; | width: 0px; | ||||
| border-right: 1px solid #cccccc; | border-right: 1px solid {$lightgreyborder}; | ||||
| } | } | ||||
| .remarkup-interpreter-error { | .remarkup-interpreter-error { | ||||
| padding: 8px; | padding: 8px; | ||||
| border: 1px solid {$sh-redborder}; | border: 1px solid {$sh-redborder}; | ||||
| background-color: {$sh-redbackground}; | background-color: {$sh-redbackground}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 161 Lines • Show Last 20 Lines | |||||