tinymce-editor/copy_this/modules/hdi/hdi-tinymce/tinymce/skins/lightgray/TabPanel.less
2013-07-25 23:50:43 +02:00

29 lines
470 B
Plaintext
Executable File

// 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;
}