some more acp/nav fixes
parent
ec32e4ea4b
commit
5e0a7d7dac
@ -1,15 +1,33 @@
|
|||||||
#main-nav {
|
|
||||||
.active {
|
|
||||||
background-color: #eee;
|
#navigation {
|
||||||
|
|
||||||
|
#main-nav {
|
||||||
|
.active {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
li a {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
#available {
|
||||||
cursor: move;
|
.drag-item {
|
||||||
|
cursor: move;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#navigation {
|
#enabled {
|
||||||
|
.iconPicker i {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue