1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-06 03:48:28 +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:
Chad Little 2013-09-10 14:43:42 -07:00
parent 11fd4c60f2
commit c5298004ce
3 changed files with 10 additions and 2 deletions

View file

@ -1149,7 +1149,7 @@ celerity_register_resource_map(array(
), ),
'diviner-shared-css' => 'diviner-shared-css' =>
array( array(
'uri' => '/res/bee7ddb9/rsrc/css/diviner/diviner-shared.css', 'uri' => '/res/ef49b30b/rsrc/css/diviner/diviner-shared.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -3747,7 +3747,7 @@ celerity_register_resource_map(array(
), ),
'phui-document-view-css' => 'phui-document-view-css' =>
array( array(
'uri' => '/res/cef28ad9/rsrc/css/phui/phui-document.css', 'uri' => '/res/c95d4bdf/rsrc/css/phui/phui-document.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -15,6 +15,10 @@
margin: 0 8px 16px; margin: 0 8px 16px;
} }
a.diviner-atom-signature-name {
color: {$violet};
}
.diviner-table-header { .diviner-table-header {
padding: 4px 16px; padding: 4px 16px;
background-color: {$greybackground}; background-color: {$greybackground};

View file

@ -97,6 +97,10 @@
background-color: #f6f7f8; background-color: #f6f7f8;
} }
.phui-document-content .phabricator-property-list-value {
width: auto;
}
.phui-document-content { .phui-document-content {
min-height: 240px; min-height: 240px;
background: #fff; background: #fff;