Files
NodeBB/public/less/admin/general/navigation.less

34 lines
355 B
Plaintext
Raw Normal View History

2015-09-26 15:36:56 -04:00
#navigation {
2015-10-05 22:41:11 -04:00
#active-navigation {
width: 100%;
2015-09-26 15:36:56 -04:00
.active {
background-color: #eee;
}
li a {
cursor: move;
}
2015-09-26 13:00:53 -04:00
}
2015-09-26 15:36:56 -04:00
#available {
.drag-item {
cursor: move;
margin-right: 10px;
}
2015-09-26 13:00:53 -04:00
}
2015-09-26 15:36:56 -04:00
#enabled {
.iconPicker i {
cursor: pointer;
}
2015-10-14 19:22:49 -04:00
.form-group {
min-height: 80px;
}
2015-09-26 15:36:56 -04:00
}
2015-02-25 14:50:45 -05:00
ul {
list-style-type: none;
padding: 0;
}
}