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.
|
|
|
|
|
#navigation {
|
|
|
|
#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;
|
|
}
|
|
}
|
|
|