Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14320368
D17755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17755.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'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 @@
'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 @@
'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',
diff --git a/webroot/rsrc/css/phui/phui-button.css b/webroot/rsrc/css/phui/phui-button.css
--- a/webroot/rsrc/css/phui/phui-button.css
+++ b/webroot/rsrc/css/phui/phui-button.css
@@ -82,7 +82,7 @@
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 @@
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;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 10:42 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6907039
Default Alt Text
D17755.diff (1 KB)
Attached To
Mode
D17755: Punch up grey button border grey 10%
Attached
Detach File
Event Timeline
Log In to Comment