disabled textcomplete css for now

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

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