Skip to content

Commit ede23ef

Browse files
author
Chad Little
committed
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
1 parent d3546f9 commit ede23ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

resources/celerity/map.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'names' => array(
1010
'conpherence.pkg.css' => 'ff161f2d',
1111
'conpherence.pkg.js' => 'b5b51108',
12-
'core.pkg.css' => 'd23d18e6',
12+
'core.pkg.css' => '005d943f',
1313
'core.pkg.js' => '47a69358',
1414
'darkconsole.pkg.js' => '1f9a31bc',
1515
'differential.pkg.css' => '90b30783',
@@ -139,7 +139,7 @@
139139
'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53',
140140
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
141141
'rsrc/css/phui/phui-box.css' => '269cbc99',
142-
'rsrc/css/phui/phui-button.css' => '5a5ae137',
142+
'rsrc/css/phui/phui-button.css' => '8d23596a',
143143
'rsrc/css/phui/phui-chart.css' => '6bf6f78e',
144144
'rsrc/css/phui/phui-cms.css' => '504b4b23',
145145
'rsrc/css/phui/phui-comment-form.css' => '57af2e14',
@@ -840,7 +840,7 @@
840840
'phui-basic-nav-view-css' => 'a0705f53',
841841
'phui-big-info-view-css' => 'bd903741',
842842
'phui-box-css' => '269cbc99',
843-
'phui-button-css' => '5a5ae137',
843+
'phui-button-css' => '8d23596a',
844844
'phui-calendar-css' => '477acfaa',
845845
'phui-calendar-day-css' => '572b1893',
846846
'phui-calendar-list-css' => '576be600',

webroot/rsrc/css/phui/phui-button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ a.grey,
8282
a.grey:visited {
8383
background-color: #F7F7F9;
8484
background-image: linear-gradient(to bottom, #ffffff, #f1f0f1);
85-
border: 1px solid rgba({$alphablue},.2);
85+
border: 1px solid rgba({$alphablue}, 0.3);
8686
color: {$darkgreytext};
8787
}
8888

@@ -131,7 +131,7 @@ button:hover {
131131
a.button.grey:hover,
132132
button.grey:hover {
133133
background-image: linear-gradient(to bottom, #ffffff, #eeebec);
134-
border-color: rgba({$alphablue}, 0.3);
134+
border-color: rgba({$alphablue}, 0.4);
135135
transition: 0.1s;
136136
}
137137

0 commit comments

Comments
 (0)