You are here

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.css
View source
  1. /* Small CSS to differentiate tabs durng edition */
  2. dl.ckeditor-tabber {
  3. border: dotted 2px yellow;
  4. }
  5. dl.ckeditor-tabber dt {
  6. border: dotted 1px blue;
  7. display: inline;
  8. }
  9. dl.ckeditor-tabber dd {
  10. border: dotted 1px #008000;
  11. }