mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Color atom-class-name
Summary: Making these purple. Test Plan: Reload a few class pages, looks nice. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6938
This commit is contained in:
parent
11fd4c60f2
commit
c5298004ce
3 changed files with 10 additions and 2 deletions
|
@ -1149,7 +1149,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'diviner-shared-css' =>
|
||||
array(
|
||||
'uri' => '/res/bee7ddb9/rsrc/css/diviner/diviner-shared.css',
|
||||
'uri' => '/res/ef49b30b/rsrc/css/diviner/diviner-shared.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -3747,7 +3747,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phui-document-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/cef28ad9/rsrc/css/phui/phui-document.css',
|
||||
'uri' => '/res/c95d4bdf/rsrc/css/phui/phui-document.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
margin: 0 8px 16px;
|
||||
}
|
||||
|
||||
a.diviner-atom-signature-name {
|
||||
color: {$violet};
|
||||
}
|
||||
|
||||
.diviner-table-header {
|
||||
padding: 4px 16px;
|
||||
background-color: {$greybackground};
|
||||
|
|
|
@ -97,6 +97,10 @@
|
|||
background-color: #f6f7f8;
|
||||
}
|
||||
|
||||
.phui-document-content .phabricator-property-list-value {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.phui-document-content {
|
||||
min-height: 240px;
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in a new issue