wpcom-customize-message.css 661 B

1234567891011121314151617181920212223
  1. /**
  2. * File customize-preview-wpcom.js.
  3. *
  4. * Instantly live-update customizer settings in the preview for improved user experience,
  5. * targeting the updates needed to hide the page title on the homepage on WordPress.com.
  6. */
  7. #customize-control-color_darkmode_notice,
  8. #customize-control-color_a11y_warning {
  9. background: #FFF;
  10. border: 1px solid #ccd0d4;
  11. border-left: 4px solid #00a0d2;
  12. box-shadow: 0 1px 1px rgba( 0, 0, 0, .04 );
  13. margin: 0 0 12px 0;
  14. padding: 9px 14px;
  15. overflow: hidden;
  16. width: auto;
  17. }
  18. #customize-control-color_darkmode_notice .customize-control-title,
  19. #customize-control-color_a11y_warning .customize-control-title {
  20. display: none;
  21. }