##// END OF EJS Templates
Autocomplete fields rendering issue with alternate theme (#14340)....
Jean-Philippe Lang -
r11829:df7e56b13c26
parent child
Show More
@@ -577,7 +577,7 table.members td.group { padding-left: 20px; background: url(../images/group.png
577 577 input#principal_search, input#user_search {width:90%}
578 578
579 579 input.autocomplete {
580 background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px;
580 background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
581 581 border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
582 582 }
583 583 input.autocomplete.ajax-loading {
General Comments 0
You need to be logged in to leave comments. Login now