mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: autocomplete style change.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70604 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5a2a262256
commit
3386df063e
@ -273,10 +273,13 @@
|
|||||||
* Autocomplete
|
* Autocomplete
|
||||||
*/
|
*/
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
|
margin-left: 1px;
|
||||||
background: white;
|
background: white;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.autocomplete ul {
|
.autocomplete ul {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
|
background: #FFFFBB;
|
||||||
}
|
}
|
||||||
.autocomplete li {
|
.autocomplete li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user