Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13974838
D15070.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D15070.id.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
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => '39dc2caa',
+ 'core.pkg.css' => '005bc22f',
'core.pkg.js' => '573e6664',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '2de124c9',
@@ -102,7 +102,7 @@
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
'rsrc/css/application/uiexample/example.css' => '528b19de',
'rsrc/css/core/core.css' => 'a76cefc9',
- 'rsrc/css/core/remarkup.css' => 'b748dc17',
+ 'rsrc/css/core/remarkup.css' => '64277c02',
'rsrc/css/core/syntax.css' => '9fd11da8',
'rsrc/css/core/z-index.css' => 'a36a45da',
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
@@ -758,7 +758,7 @@
'phabricator-object-selector-css' => '85ee8ce6',
'phabricator-phtize' => 'd254d646',
'phabricator-prefab' => 'e67df814',
- 'phabricator-remarkup-css' => 'b748dc17',
+ 'phabricator-remarkup-css' => '64277c02',
'phabricator-search-results-css' => '7dea472c',
'phabricator-shaped-request' => '7cbe244b',
'phabricator-side-menu-view-css' => '3a3d9f41',
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -565,23 +565,25 @@
.phuix-autocomplete {
position: absolute;
width: 300px;
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.300);
+ box-shadow: {$dropshadow};
background: #ffffff;
- border: 1px solid {$blueborder};
+ border: 1px solid {$lightgreyborder};
+ border-radius: 3px;
}
.phuix-autocomplete-head {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- padding: 4px 8px;
+ padding: 6px 8px;
background: {$lightgreybackground};
- color: {$greytext};
+ color: {$darkgreytext};
+ border-radius: 3px;
}
.phuix-autocomplete-head .phui-icon-view {
margin-right: 4px;
- color: {$greytext};
+ color: {$lightgreytext};
}
.phuix-autocomplete-echo {
@@ -591,22 +593,26 @@
.phuix-autocomplete-list a.jx-result {
display: block;
- padding: 4px 8px;
+ padding: 5px 8px;
font-size: {$normalfontsize};
- border-top: 1px solid {$hoverborder};
+ border-top: 1px solid {$thinblueborder};
+ font-weight: bold;
color: {$darkgreytext};
}
.phuix-autocomplete-list a.jx-result .phui-icon-view {
margin-right: 4px;
+ color: {$lightbluetext};
}
.phuix-autocomplete-list a.jx-result:hover {
text-decoration: none;
- background: {$hoverblue};
+ background: {$sh-bluebackground};
+ color: #000;
}
.phuix-autocomplete-list a.jx-result.focused,
.phuix-autocomplete-list a.jx-result.focused:hover {
- background: {$hoverblue};
+ background: {$sh-bluebackground};
+ color: #000;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 7:36 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6729035
Default Alt Text
D15070.id.diff (2 KB)
Attached To
Mode
D15070: Minor CSS tweaks to autocomplete
Attached
Detach File
Event Timeline
Log In to Comment