Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/phui-inline-comment.css
| Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Lines | .differential-inline-comment.differential-inline-comment-synthetic | ||||
| color: {$blue}; | color: {$blue}; | ||||
| } | } | ||||
| .differential-inline-comment.differential-inline-comment-synthetic | .differential-inline-comment.differential-inline-comment-synthetic | ||||
| .differential-inline-comment-head { | .differential-inline-comment-head { | ||||
| padding-bottom: 4px; | padding-bottom: 4px; | ||||
| } | } | ||||
| /* - Ghost Comment ------------------------------------------------------------ | |||||
| Comments from older or newer versions of the changeset. | |||||
| */ | |||||
| .differential-inline-comment.inline-comment-ghost { | |||||
| border: 1px solid {$lightgreyborder}; | |||||
| opacity: 0.75; | |||||
| } | |||||
| .differential-inline-comment.inline-comment-ghost | |||||
| .differential-inline-comment-head { | |||||
| border-bottom: 1px solid {$lightgreyborder}; | |||||
| background-color: {$lightgreybackground}; | |||||
| } | |||||
| .differential-inline-comment.inline-comment-ghost | |||||
| .button.simple { | |||||
| border-color: {$lightgreyborder}; | |||||
| } | |||||
| .differential-inline-comment.inline-comment-ghost | |||||
| .button.simple .phui-icon-view { | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| /* - New/Edit Inline Comment -------------------------------------------------- | /* - New/Edit Inline Comment -------------------------------------------------- | ||||
| Styles for when you are creating or editing an inline comment. | Styles for when you are creating or editing an inline comment. | ||||
| */ | */ | ||||
| .differential-inline-comment-edit-body .aphront-form-input { | .differential-inline-comment-edit-body .aphront-form-input { | ||||
| ▲ Show 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | |||||
| */ | */ | ||||
| .differential-inline-comment .inline-draft-text { | .differential-inline-comment .inline-draft-text { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .differential-inline-comment.inline-state-is-draft .inline-draft-text { | .differential-inline-comment.inline-state-is-draft .inline-draft-text { | ||||
| display: inline-block; | display: inline-block; | ||||
| } | } | ||||
| .inline-state-is-draft .differential-inline-done-label { | .inline-state-is-draft .differential-inline-done-label { | ||||
| border-style: dashed; | border-style: dashed; | ||||
| } | } | ||||
| /* - Undo --------------------------------------------------------------------- | /* - Undo --------------------------------------------------------------------- | ||||
| Show All 20 Lines | |||||