mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +01:00
Tweak browse-more CSS
Summary: Just adds some space, color. Test Plan: test a long browse list Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12471
This commit is contained in:
parent
6fa9b10914
commit
0dbd61c2f2
2 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,7 @@ return array(
|
||||||
'rsrc/css/aphront/tokenizer.css' => '86a13f7f',
|
'rsrc/css/aphront/tokenizer.css' => '86a13f7f',
|
||||||
'rsrc/css/aphront/tooltip.css' => '7672b60f',
|
'rsrc/css/aphront/tooltip.css' => '7672b60f',
|
||||||
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
||||||
'rsrc/css/aphront/typeahead-browse.css' => 'efe293a0',
|
'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c',
|
||||||
'rsrc/css/aphront/typeahead.css' => '0e403212',
|
'rsrc/css/aphront/typeahead.css' => '0e403212',
|
||||||
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
||||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||||
|
@ -838,7 +838,7 @@ return array(
|
||||||
'sprite-tokens-css' => '1706b943',
|
'sprite-tokens-css' => '1706b943',
|
||||||
'syntax-highlighting-css' => '56c1ba38',
|
'syntax-highlighting-css' => '56c1ba38',
|
||||||
'tokens-css' => '3d0f239e',
|
'tokens-css' => '3d0f239e',
|
||||||
'typeahead-browse-css' => 'efe293a0',
|
'typeahead-browse-css' => 'd8581d2c',
|
||||||
'unhandled-exception-css' => '37d4f9a2',
|
'unhandled-exception-css' => '37d4f9a2',
|
||||||
),
|
),
|
||||||
'requires' => array(
|
'requires' => array(
|
||||||
|
|
|
@ -6,13 +6,14 @@
|
||||||
.typeahead-browse-hard-limit {
|
.typeahead-browse-hard-limit {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin: 8px 0 0;
|
margin: 4px 6px 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeahead-browse-more {
|
.typeahead-browse-more {
|
||||||
background: {$lightblue};
|
background: {$lightblue};
|
||||||
border: 1px solid {$lightblueborder};
|
border: 1px solid {$lightblueborder};
|
||||||
|
color: {$blue};
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeahead-browse-more.loading {
|
.typeahead-browse-more.loading {
|
||||||
|
|
Loading…
Reference in a new issue