simple-job-board-admin-shortcode-generator.css 765 B

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. * Simple Job Board Shortcode Builder CSS File - V 1.0.0
  3. *
  4. * @author PressTigers <support@presstigers.com>, 2018
  5. *
  6. * @since 2.5.0
  7. */
  8. /*--------------------------
  9. Table of Content
  10. ----------------------------
  11. # Shortcode Builder Icon
  12. ----------------------------*/
  13. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  14. /* TinyMCE button */
  15. i.mce-i-icon {
  16. font: 400 20px/1 dashicons;
  17. padding: 0;
  18. vertical-align: top;
  19. speak: none;
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. margin-left: -2px;
  23. padding-right: 2px;
  24. }
  25. body .mce-window .mce-container-body.mce-abs-layout {
  26. overflow-y: hidden;
  27. }
  28. i.mce-ico.mce-i-icon.sjb-icon {
  29. background: url(../images/jobs.png);
  30. }