You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
653 B
Plaintext
36 lines
653 B
Plaintext
8 years ago
|
#acp-search {
|
||
|
.dropdown-menu {
|
||
|
max-height: 75vh;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|
||
|
.state-start-typing {
|
||
|
.keep-typing, .search-forum, .no-results {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.state-keep-typing {
|
||
|
.start-typing, .search-forum, .no-results {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.state-no-results {
|
||
|
.keep-typing, .start-typing {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.state-yes-results {
|
||
|
.keep-typing, .start-typing, .no-results {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.search-disabled {
|
||
|
.search-forum {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
}
|