debug.css 676 B

12345678910
  1. ::-webkit-scrollbar {width: 10px; height: 10px;}
  2. ::-webkit-scrollbar-button {width: 0; height: 0;}
  3. ::-webkit-scrollbar-thumb:vertical {min-height: 28px; background-color: rgba(0, 0, 0, 0.2); background-clip: padding-box; border-radius: 2px; -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);}
  4. ::-webkit-scrollbar-track:hover {background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);}
  5. ::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);}
  6. body.m-api-debug {padding-bottom: 0px; background-color: #fff;}
  7. #api p {margin: 5px 0 2px 0;}
  8. .c-name {width: 80px;}
  9. .m-api-debug .main-header {padding: 10px 20px;}