tabber.css in CKEditor Tabber 7
/* Small CSS to differentiate tabs durng edition */
dl.ckeditor-tabber {
border: dotted 2px yellow;
}
dl.ckeditor-tabber dt {
border: dotted 1px blue;
display: inline;
}
dl.ckeditor-tabber dd {
border: dotted 1px #008000;
}
File
tabber/tabber.cssView source
- /* Small CSS to differentiate tabs durng edition */
- dl.ckeditor-tabber {
- border: dotted 2px yellow;
- }
- dl.ckeditor-tabber dt {
- border: dotted 1px blue;
- display: inline;
- }
- dl.ckeditor-tabber dd {
- border: dotted 1px #008000;
- }