mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'v2' of github.com:neocities/neocities into v2
This commit is contained in:
commit
4441c12d09
1 changed files with 11 additions and 1 deletions
|
@ -787,11 +787,21 @@ a.tag:hover {
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
}
|
}
|
||||||
.tt-dropdown-menu {
|
.tt-dropdown-menu {
|
||||||
padding: 5px 10px 0px 10px;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid #ddd;
|
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 {
|
.interior .header-Outro.browse-page {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue