mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Improved styles on autocomplete menus
This commit is contained in:
parent
305bb71aa3
commit
0ab91a224a
1 changed files with 11 additions and 1 deletions
|
@ -787,11 +787,21 @@ a.tag:hover {
|
|||
overflow-y: visible;
|
||||
}
|
||||
.tt-dropdown-menu {
|
||||
padding: 5px 10px 0px 10px;
|
||||
background: #FFFFFF;
|
||||
cursor: pointer;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.tt-suggestion {
|
||||
margin:0;
|
||||
padding: 0px 10px 0px 10px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.tt-cursor {
|
||||
background: #DAF3EF;
|
||||
}
|
||||
.interior .header-Outro.browse-page {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue