Extends the Chrome Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. https://leviolson.com/posts/chrome-ext-better-network-panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
334 B

4 years ago
  1. .rc-handle-container {
  2. position: relative;
  3. }
  4. .rc-handle {
  5. position: absolute;
  6. width: 7px;
  7. cursor: ew-resize;
  8. margin-left: -3px;
  9. z-index: 2;
  10. }
  11. table.rc-table-resizing {
  12. cursor: ew-resize;
  13. }
  14. table.rc-table-resizing thead,
  15. table.rc-table-resizing thead > th,
  16. table.rc-table-resizing thead > th > a {
  17. cursor: ew-resize;
  18. }