You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/public/less/admin/general/navigation.less

34 lines
303 B
Plaintext

#navigation {
9 years ago
#active-navigation {
.active {
background-color: #eee;
}
li a {
cursor: move;
}
}
#available {
.drag-item {
cursor: move;
margin-right: 10px;
}
}
#enabled {
.iconPicker i {
cursor: pointer;
}
}
ul {
list-style-type: none;
padding: 0;
}
}