1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
Chad Little 2015-04-20 10:19:39 -07:00
parent 6fa9b10914
commit 0dbd61c2f2
2 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,7 @@ return array(
'rsrc/css/aphront/tokenizer.css' => '86a13f7f',
'rsrc/css/aphront/tooltip.css' => '7672b60f',
'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/application/almanac/almanac.css' => 'dbb9b3af',
'rsrc/css/application/auth/auth.css' => '1e655982',
@ -838,7 +838,7 @@ return array(
'sprite-tokens-css' => '1706b943',
'syntax-highlighting-css' => '56c1ba38',
'tokens-css' => '3d0f239e',
'typeahead-browse-css' => 'efe293a0',
'typeahead-browse-css' => 'd8581d2c',
'unhandled-exception-css' => '37d4f9a2',
),
'requires' => array(

View file

@ -6,13 +6,14 @@
.typeahead-browse-hard-limit {
display: block;
padding: 8px;
margin: 8px 0 0;
margin: 4px 6px 6px;
text-align: center;
}
.typeahead-browse-more {
background: {$lightblue};
border: 1px solid {$lightblueborder};
color: {$blue};
}
.typeahead-browse-more.loading {