Files
leanote/public/tinymce/skins/lightgray/MenuButton.less

35 lines
599 B
Plaintext
Raw Normal View History

2014-05-07 13:06:24 +08:00
/* MenuButton */
.@{prefix}-menubtn span {
2014-05-07 13:06:24 +08:00
color: @btn-text;
margin-right: 2px;
line-height: @line-height;
*line-height: @line-height - 4px;
}
.@{prefix}-menubtn.@{prefix}-btn-small span {
2014-05-07 13:06:24 +08:00
font-size: @font-size - 2px;
}
.@{prefix}-menubtn.@{prefix}-fixed-width span {
2014-05-07 13:06:24 +08:00
display: inline-block;
overflow-x: hidden;
text-overflow: ellipsis;
width: 90px;
}
.@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
2014-05-07 13:06:24 +08:00
width: 70px;
}
.@{prefix}-menubtn .@{prefix}-caret {
2014-05-07 13:06:24 +08:00
*margin-top: 6px;
}
// RTL
.@{prefix}-rtl .@{prefix}-menubtn button {
2014-05-07 13:06:24 +08:00
direction: rtl;
text-align: right;
}