Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14690349
D17023.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
D17023.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' => '0b64e988',
'conpherence.pkg.js' => '6249a1cf',
- 'core.pkg.css' => '35e6c1ed',
+ 'core.pkg.css' => '1ef46ae8',
'core.pkg.js' => 'e4260032',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => 'a4ba74b5',
@@ -128,7 +128,7 @@
'rsrc/css/phui/phui-basic-nav-view.css' => '7093573b',
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
'rsrc/css/phui/phui-box.css' => '5c8387cf',
- 'rsrc/css/phui/phui-button.css' => '4a5fbe3d',
+ 'rsrc/css/phui/phui-button.css' => '43f4912e',
'rsrc/css/phui/phui-chart.css' => '6bf6f78e',
'rsrc/css/phui/phui-cms.css' => 'be43c8a8',
'rsrc/css/phui/phui-comment-form.css' => 'c953b75e',
@@ -837,7 +837,7 @@
'phui-basic-nav-view-css' => '7093573b',
'phui-big-info-view-css' => 'bd903741',
'phui-box-css' => '5c8387cf',
- 'phui-button-css' => '4a5fbe3d',
+ 'phui-button-css' => '43f4912e',
'phui-calendar-css' => '477acfaa',
'phui-calendar-day-css' => '572b1893',
'phui-calendar-list-css' => 'fcc9fb41',
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
@@ -17,9 +17,16 @@
-webkit-font-smoothing: auto;
}
-button::-moz-focus-inner {
- padding: 0;
+button::-moz-focus-inner,
+input::-moz-focus-inner {
border: 0;
+ padding: 0;
+}
+
+button:focus,
+a.button:focus {
+ outline: 0;
+ box-shadow: 0 0 2pt 2pt rgba(82, 168, 236, 0.7);
}
button,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 7:09 PM (6 h, 23 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6992930
Default Alt Text
D17023.diff (1 KB)
Attached To
Mode
D17023: Fake an outline ring on buttons
Attached
Detach File
Event Timeline
Log In to Comment