_wiki_crowi-plus.scss 271 B

1234567891011121314151617
  1. .crowi-plus .revision-toc {
  2. /*
  3. * TODO スタイル調整
  4. */
  5. // reset official styles
  6. float: none;
  7. border: none;
  8. border-radius: 0;
  9. max-width: none;
  10. overflow: auto;
  11. .revision-toc-content {
  12. background: #ffcccc; // TODO スタイル調整
  13. }
  14. }