Ad the new autocomplete search. re #34
This commit is contained in:
parent
4b2785e2b0
commit
e2838ee3d9
3 changed files with 72 additions and 1 deletions
|
@ -321,12 +321,16 @@ width:100%;
|
|||
|
||||
|
||||
/*-------------Search Aside-------------*/
|
||||
#tool input[type=text]
|
||||
#tool input[type=text], .twitter-typeahead
|
||||
{
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tt-hint, .tt-query {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.stop select
|
||||
{
|
||||
vertical-align: middle;
|
||||
|
@ -350,6 +354,35 @@ vertical-align: middle;
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.tt-dropdown-menu {
|
||||
width: 322px;
|
||||
text-align: left;
|
||||
margin-top: 6px;
|
||||
color: #000066;
|
||||
padding: 4px 0;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.tt-header {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tt-suggestion {
|
||||
padding: 3px 20px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-is-under-cursor {
|
||||
color: #1c1c1c;
|
||||
background-color: #778899;
|
||||
}
|
||||
|
||||
.tt-suggestion p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
Mediaquerie stuff goes here
|
||||
========================================================================== */
|
||||
|
|
|
@ -44,4 +44,15 @@ header {
|
|||
.download a {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.tt-dropdown-menu {
|
||||
color: black;
|
||||
background-color: white;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.tt-suggestion.tt-is-under-cursor {
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue