mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add back green drag and drop text area highlight
Summary: Fixes T11884. Better specificity and color. Test Plan: Drag and drop. Submit. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11884 Differential Revision: https://secure.phabricator.com/D16883
This commit is contained in:
parent
f33b5c30eb
commit
42f3083408
2 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ return array(
|
|||
'names' => array(
|
||||
'conpherence.pkg.css' => '0b64e988',
|
||||
'conpherence.pkg.js' => '6249a1cf',
|
||||
'core.pkg.css' => '1478da1f',
|
||||
'core.pkg.css' => '2f1ecc57',
|
||||
'core.pkg.js' => '9dc857ed',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'a4ba74b5',
|
||||
|
@ -140,7 +140,7 @@ return array(
|
|||
'rsrc/css/phui/phui-document.css' => 'c32e8dec',
|
||||
'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9cda225e',
|
||||
'rsrc/css/phui/phui-form-view.css' => '8769972e',
|
||||
'rsrc/css/phui/phui-form-view.css' => '3fadd537',
|
||||
'rsrc/css/phui/phui-form.css' => 'b8fb087a',
|
||||
'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f',
|
||||
'rsrc/css/phui/phui-header-view.css' => '6ec8f155',
|
||||
|
@ -856,7 +856,7 @@ return array(
|
|||
'phui-font-icon-base-css' => '870a7360',
|
||||
'phui-fontkit-css' => '9cda225e',
|
||||
'phui-form-css' => 'b8fb087a',
|
||||
'phui-form-view-css' => '8769972e',
|
||||
'phui-form-view-css' => '3fadd537',
|
||||
'phui-head-thing-view-css' => 'fd311e5f',
|
||||
'phui-header-view-css' => '6ec8f155',
|
||||
'phui-hovercard' => '1bd28176',
|
||||
|
|
|
@ -296,9 +296,9 @@ table.aphront-form-control-checkbox-layout th {
|
|||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.aphront-textarea-drag-and-drop {
|
||||
background: {$lightgreen};
|
||||
border-color: {$green};
|
||||
body .phui-form-view .remarkup-assist-textarea.aphront-textarea-drag-and-drop {
|
||||
background: {$sh-greenbackground};
|
||||
border: 1px solid {$sh-greenborder};
|
||||
}
|
||||
|
||||
.aphront-form-crop .crop-box {
|
||||
|
|
Loading…
Reference in a new issue