react-tinymce-mention
Version:
@Mention functionality for TinyMCE, built with React and Redux.
29 lines (24 loc) • 470 B
text/less
// TabPanel
.mce-tabs {
display: block;
border-bottom: 1px solid @tab-border;
}
.mce-tab {
.inline-block();
border: 1px solid @tab-border;
border-width: 1px 1px 0 0;
background: @tab-background;
padding: 8px;
text-shadow: @textShadow;
height: 13px;
cursor: pointer;
}
.mce-tab:hover {
background: @tab-background-hover;
}
.mce-tab.mce-active {
background: @tab-background-active;
border-bottom-color: transparent;
margin-bottom: -1px;
height: 14px;
}