mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
Tweak dialog header, mask color
Summary: A little more pop in the mask color (light to dark) and some more space in the dialog header. Test Plan: Visit dialogs on page and in actual dialogs. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12660
This commit is contained in:
parent
2864e4ff0d
commit
5b0aa49800
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '5e307332',
|
||||
'core.pkg.css' => '7dcee248',
|
||||
'core.pkg.js' => '59d01bb7',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '3500921f',
|
||||
|
@ -18,7 +18,7 @@ return array(
|
|||
'maniphest.pkg.js' => 'df4aa49f',
|
||||
'rsrc/css/aphront/aphront-bars.css' => '231ac33c',
|
||||
'rsrc/css/aphront/dark-console.css' => '6378ef3d',
|
||||
'rsrc/css/aphront/dialog-view.css' => '9fddf890',
|
||||
'rsrc/css/aphront/dialog-view.css' => '9b32db0a',
|
||||
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
|
||||
'rsrc/css/aphront/list-filter-view.css' => 'b2161041',
|
||||
'rsrc/css/aphront/multi-column.css' => 'fd18389d',
|
||||
|
@ -503,7 +503,7 @@ return array(
|
|||
'almanac-css' => 'dbb9b3af',
|
||||
'aphront-bars' => '231ac33c',
|
||||
'aphront-dark-console-css' => '6378ef3d',
|
||||
'aphront-dialog-view-css' => '9fddf890',
|
||||
'aphront-dialog-view-css' => '9b32db0a',
|
||||
'aphront-list-filter-view-css' => 'b2161041',
|
||||
'aphront-multi-column-view-css' => 'fd18389d',
|
||||
'aphront-pager-view-css' => '2e3539af',
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
.aphront-dialog-head .phui-action-header {
|
||||
border-bottom: 1px solid {$lightblueborder};
|
||||
padding: 4px 16px;
|
||||
padding: 8px 16px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
@ -74,8 +74,8 @@
|
|||
}
|
||||
|
||||
.jx-mask {
|
||||
opacity: .75;
|
||||
background: #fff;
|
||||
opacity: .7;
|
||||
background: #292f33;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -84,8 +84,8 @@
|
|||
}
|
||||
|
||||
.jx-dark-mask {
|
||||
background: #000000;
|
||||
opacity: 0.9;
|
||||
background: #292f33;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
.aphront-exception-dialog {
|
||||
|
|
Loading…
Reference in a new issue