Add awesomplete to tag search shaarli/Shaarli#49
This commit is contained in:
parent
cbecab7735
commit
65d6251744
3 changed files with 23 additions and 3 deletions
inc
|
@ -221,8 +221,17 @@ h1 {
|
|||
margin-left:24px;
|
||||
}
|
||||
|
||||
.tagfilter div.awesomplete {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.tagfilter #tagfilter_value {
|
||||
width: 10%;
|
||||
width: 100%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tagfilter li {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue