mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix PropertyList background color in PHUIDocumentView
Summary: Overzealous nuking. Test Plan: Test Phriction, Phame, Diviner. All show property lists correctly. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14439
This commit is contained in:
parent
3dd2e1fc6d
commit
80327a550a
2 changed files with 4 additions and 3 deletions
|
@ -127,7 +127,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-button.css' => '16020a60',
|
'rsrc/css/phui/phui-button.css' => '16020a60',
|
||||||
'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867',
|
'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867',
|
||||||
'rsrc/css/phui/phui-document-pro.css' => '4f2b42e3',
|
'rsrc/css/phui/phui-document-pro.css' => '4f2b42e3',
|
||||||
'rsrc/css/phui/phui-document.css' => '9fa715d2',
|
'rsrc/css/phui/phui-document.css' => 'f841ad0a',
|
||||||
'rsrc/css/phui/phui-feed-story.css' => 'b7b26d23',
|
'rsrc/css/phui/phui-feed-story.css' => 'b7b26d23',
|
||||||
'rsrc/css/phui/phui-fontkit.css' => 'c9d63950',
|
'rsrc/css/phui/phui-fontkit.css' => 'c9d63950',
|
||||||
'rsrc/css/phui/phui-form-view.css' => '621b21c5',
|
'rsrc/css/phui/phui-form-view.css' => '621b21c5',
|
||||||
|
@ -780,7 +780,7 @@ return array(
|
||||||
'phui-calendar-list-css' => 'c1c7f338',
|
'phui-calendar-list-css' => 'c1c7f338',
|
||||||
'phui-calendar-month-css' => '476be7e0',
|
'phui-calendar-month-css' => '476be7e0',
|
||||||
'phui-crumbs-view-css' => 'd842f867',
|
'phui-crumbs-view-css' => 'd842f867',
|
||||||
'phui-document-view-css' => '9fa715d2',
|
'phui-document-view-css' => 'f841ad0a',
|
||||||
'phui-document-view-pro-css' => '4f2b42e3',
|
'phui-document-view-pro-css' => '4f2b42e3',
|
||||||
'phui-feed-story-css' => 'b7b26d23',
|
'phui-feed-story-css' => 'b7b26d23',
|
||||||
'phui-font-icon-base-css' => 'ecbbb4c2',
|
'phui-font-icon-base-css' => 'ecbbb4c2',
|
||||||
|
|
|
@ -89,7 +89,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-document-content .phui-property-list-container {
|
.phui-document-content .phui-property-list-container {
|
||||||
border-color: {$thinblueborder};
|
border-bottom: 1px solid {$thinblueborder};
|
||||||
|
background-color: {$lightgreybackground};
|
||||||
}
|
}
|
||||||
|
|
||||||
.legalpad .phui-document-content .phui-property-list-view {
|
.legalpad .phui-document-content .phui-property-list-view {
|
||||||
|
|
Loading…
Reference in a new issue