mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Restore white background to Paste
Summary: I think we lost this recently (maybe with the line highlighting change), but it's more readable if we put these on a white background. Test Plan: Looked at a Paste (like `/P123`), saw white background. Reviewers: chad, btrahan, asherkin Reviewed By: asherkin CC: aran Differential Revision: https://secure.phabricator.com/D6852
This commit is contained in:
parent
1b6f71dec1
commit
480a17f6e0
2 changed files with 2 additions and 1 deletions
|
@ -3451,7 +3451,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-source-code-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/70bcbea4/rsrc/css/layout/phabricator-source-code-view.css',
|
||||
'uri' => '/res/aee63670/rsrc/css/layout/phabricator-source-code-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
|
||||
.phabricator-source-code-container {
|
||||
background: #ffffff;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue