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

28 lines
683 B
Plaintext
Raw Normal View History

2014-05-07 13:06:24 +08:00
// ButtonGroup
.mce-btn-group .mce-btn {
border-width: 1px 0 1px 0;
margin: 0;
.border-radius(0);
}
.mce-btn-group .mce-first {
border-left: 1px solid mix(rgb(red(@btn-border-left), green(@btn-border-left), blue(@btn-border-left)), @panel-bg, 30%);
border-left: 1px solid @btn-border-left;
.border-radius(3px 0 0 3px);
}
.mce-btn-group .mce-last {
border-right: 1px solid mix(rgb(red(@btn-border-right), green(@btn-border-right), blue(@btn-border-right)), @panel-bg, 30%);
border-right: 1px solid @btn-border-right;
.border-radius(0 3px 3px 0);
}
.mce-btn-group .mce-first.mce-last {
.border-radius(3px);
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
margin: 0;
}