mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added autocompletion
This commit is contained in:
23
public_html/css/tags.css
Normal file
23
public_html/css/tags.css
Normal file
@ -0,0 +1,23 @@
|
||||
.autocomplete {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 10;
|
||||
}
|
||||
.autocomplete ul {
|
||||
list-style-type: none;
|
||||
padding: 0 0 !important;
|
||||
margin: 0 !important;
|
||||
border: 2px solid #5da;
|
||||
background: white;
|
||||
display: block !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.autocomplete li {
|
||||
margin: 0;
|
||||
padding: 0.1em 0.5em !important;
|
||||
}
|
||||
|
||||
.autocomplete li.active {
|
||||
background: #5da;
|
||||
}
|
Reference in New Issue
Block a user