mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Lighten up grey-box
Summary: This felt a little dark in actual use, lighten it up 40%. Test Plan: Review project home pages. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15101
This commit is contained in:
parent
b53d61c909
commit
8c25f0e7a2
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '2ee00a33',
|
||||
'core.pkg.css' => '8c8210a3',
|
||||
'core.pkg.js' => '573e6664',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '2de124c9',
|
||||
|
@ -123,7 +123,7 @@ return array(
|
|||
'rsrc/css/phui/phui-action-panel.css' => '91c7b835',
|
||||
'rsrc/css/phui/phui-badge.css' => 'f25c3476',
|
||||
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
|
||||
'rsrc/css/phui/phui-box.css' => 'fd269ed1',
|
||||
'rsrc/css/phui/phui-box.css' => '04e9369f',
|
||||
'rsrc/css/phui/phui-button.css' => 'd6ac72db',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '414406b5',
|
||||
'rsrc/css/phui/phui-document-pro.css' => '8799acf7',
|
||||
|
@ -793,7 +793,7 @@ return array(
|
|||
'phui-action-panel-css' => '91c7b835',
|
||||
'phui-badge-view-css' => 'f25c3476',
|
||||
'phui-big-info-view-css' => 'bd903741',
|
||||
'phui-box-css' => 'fd269ed1',
|
||||
'phui-box-css' => '04e9369f',
|
||||
'phui-button-css' => 'd6ac72db',
|
||||
'phui-calendar-css' => 'ccabe893',
|
||||
'phui-calendar-day-css' => 'd1cf6f93',
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.phui-box-grey {
|
||||
background-color: rgba(71,87,120,0.1);
|
||||
background-color: rgba(71,87,120,0.06);
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue