mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Punch up grey button border grey 10%
Summary: Visually these are hard to see on blue backgrounds, adds a touch more contrast. Fixes T12604 Test Plan: View as pager and dialog Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12604 Differential Revision: https://secure.phabricator.com/D17755
This commit is contained in:
parent
d3546f94c1
commit
ede23efcc7
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ return array(
|
|||
'names' => array(
|
||||
'conpherence.pkg.css' => 'ff161f2d',
|
||||
'conpherence.pkg.js' => 'b5b51108',
|
||||
'core.pkg.css' => 'd23d18e6',
|
||||
'core.pkg.css' => '005d943f',
|
||||
'core.pkg.js' => '47a69358',
|
||||
'darkconsole.pkg.js' => '1f9a31bc',
|
||||
'differential.pkg.css' => '90b30783',
|
||||
|
@ -139,7 +139,7 @@ return array(
|
|||
'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53',
|
||||
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
|
||||
'rsrc/css/phui/phui-box.css' => '269cbc99',
|
||||
'rsrc/css/phui/phui-button.css' => '5a5ae137',
|
||||
'rsrc/css/phui/phui-button.css' => '8d23596a',
|
||||
'rsrc/css/phui/phui-chart.css' => '6bf6f78e',
|
||||
'rsrc/css/phui/phui-cms.css' => '504b4b23',
|
||||
'rsrc/css/phui/phui-comment-form.css' => '57af2e14',
|
||||
|
@ -840,7 +840,7 @@ return array(
|
|||
'phui-basic-nav-view-css' => 'a0705f53',
|
||||
'phui-big-info-view-css' => 'bd903741',
|
||||
'phui-box-css' => '269cbc99',
|
||||
'phui-button-css' => '5a5ae137',
|
||||
'phui-button-css' => '8d23596a',
|
||||
'phui-calendar-css' => '477acfaa',
|
||||
'phui-calendar-day-css' => '572b1893',
|
||||
'phui-calendar-list-css' => '576be600',
|
||||
|
|
|
@ -82,7 +82,7 @@ a.grey,
|
|||
a.grey:visited {
|
||||
background-color: #F7F7F9;
|
||||
background-image: linear-gradient(to bottom, #ffffff, #f1f0f1);
|
||||
border: 1px solid rgba({$alphablue},.2);
|
||||
border: 1px solid rgba({$alphablue}, 0.3);
|
||||
color: {$darkgreytext};
|
||||
}
|
||||
|
||||
|
@ -131,7 +131,7 @@ button:hover {
|
|||
a.button.grey:hover,
|
||||
button.grey:hover {
|
||||
background-image: linear-gradient(to bottom, #ffffff, #eeebec);
|
||||
border-color: rgba({$alphablue}, 0.3);
|
||||
border-color: rgba({$alphablue}, 0.4);
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue