style-editor.css 814 B

123456789101112131415161718192021222324
  1. /***********************************************************
  2. ##################### Admin Custom #########################
  3. ************************************************************/
  4. /***********************************************************
  5. ################## Block Editor Styles #####################
  6. ************************************************************/
  7. /***********************************************************
  8. #################### Gravity Forms #########################
  9. ************************************************************/
  10. header.gform-settings-header {
  11. display: none;
  12. }
  13. #rg_forms_dashboard .postbox-header h2.hndle {
  14. display: none !important;
  15. }
  16. #rg_forms_dashboard .postbox-header:before{
  17. content:'Forms';
  18. font-weight: 700;
  19. font-size: 14px;
  20. padding: 10px 0 10px 15px;
  21. }