disabled textcomplete css for now

This commit is contained in:
barisusakli
2015-03-13 18:04:07 -04:00
parent f8f4a6e844
commit 32369f6191

View File

@@ -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;
} }*/