Advertisement
ransempx

ポップンスコアツール User CSS

Apr 18th, 2024
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. /* for https://otoge-flow-flow.com/ */
  2.  
  3. .accordion-item{
  4.     margin-top: 2em;
  5.     margin-bottom: 1em;
  6. }
  7.  
  8. .gridjs-tr:nth-child(even) .gridjs-td{
  9.     background-color: #ececec;
  10. }
  11.  
  12. .gridjs-tr .gridjs-td{
  13.     border: none;
  14. }
  15.  
  16. thead .gridjs-th{
  17.    background-color: #9fd4f9;
  18. }
  19.  
  20. .gridjs-wrapper{
  21.     height: fit-content !important;
  22.     overflow: hidden;
  23.     margin: 0 auto;
  24.     width: 640px;
  25.     resize: horizontal;
  26.     border: collapse
  27.     padding-bottom: 1em;
  28. }
  29.  
  30. div.gridjs-search{
  31.     margin: 0 auto;
  32.     float: none;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement