disabled textcomplete css for now

v1.18.x
barisusakli 10 years ago
parent f8f4a6e844
commit 32369f6191

@ -1,6 +1,6 @@
/* Sample */
.dropdown-menu {
/*.dropdown-menu {
border: 1px solid #ddd;
background-color: white;
}
@ -17,12 +17,12 @@
.dropdown-menu li:hover,
.dropdown-menu .active {
background-color: rgb(110, 183, 219);
}
}*/
/* SHOULD not modify */
.dropdown-menu {
/*.dropdown-menu {
list-style: none;
padding: 0;
margin: 0;
@ -30,4 +30,4 @@
.dropdown-menu a:hover {
cursor: pointer;
}
}*/
Loading…
Cancel
Save