mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
disabled textcomplete css for now
This commit is contained in:
@@ -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;
|
||||||
}
|
}*/
|
||||||
Reference in New Issue
Block a user