Advertisement
GochiSiyan

temp fix editor styling

Feb 22nd, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. add_action('admin_print_styles',function (){
  2. ?>
  3. <style type="text/css">
  4. .interface-interface-skeleton__sidebar input[type=checkbox], .interface-interface-skeleton__sidebar input[type=radio] {
  5. border: 1px solid #7e8993 !important;
  6. border-radius: 4px !important;
  7. background: #fff !important;
  8. color: #555 !important;
  9. clear: none !important;
  10. cursor: pointer !important;
  11. display: inline-block !important;
  12. line-height: 0 !important;
  13. height: 1rem !important;
  14. margin: -.25rem .25rem 0 0 !important;
  15. outline: 0 !important;
  16. padding: 0!important;
  17. text-align: center !important;
  18. vertical-align: middle !important;
  19. width: 1rem !important;
  20. min-width: 1rem !important;
  21. -webkit-appearance: none !important;
  22. box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%) !important;
  23. transition: .05s border-color ease-in-out !important;
  24. }
  25. </style>
  26. <?php
  27. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement