1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

tag editor: autocomplete

This commit is contained in:
Andrew Dolgov
2007-08-10 08:35:55 +01:00
parent d84f95234a
commit 05fcdf52b2
5 changed files with 64 additions and 5 deletions
+29
View File
@@ -1649,3 +1649,32 @@ a[target="_new"], a[target="_blank"] {
border-color : #778899;
border-style : dotted;
}
div.autocomplete {
position : absolute;
width : 250px;
background-color : white;
border :1px solid #778899;
margin : 0px;
padding : 0px;
}
div.autocomplete ul {
list-style-type : none;
margin : 0px;
padding : 0px;
}
div.autocomplete ul li.selected {
background-color : #fff7d5;
}
div.autocomplete ul li {
list-style-type : none;
display : block;
margin : 0;
padding : 2px;
height : 32px;
cursor : pointer;
}