landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
30 lines (24 loc) • 529 B
text/less
/* MenuButton */
.mce-menubtn.mce-disabled span {
color: @text-disabled;
}
.mce-menubtn span {
color: @btn-text;
margin-right: 2px;
line-height: @line-height;
*line-height: @line-height - 4px;
}
.mce-menubtn.mce-btn-small span {
font-size: @font-size - 2px;
line-height: @line-height - 5px;
*line-height: @line-height - 4px;
}
.mce-menubtn.mce-fixed-width span {
display: inline-block;
overflow-x: hidden;
text-overflow: ellipsis;
width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
width: 70px;
}