wpcom-customize-message.css 551 B

123456789101112131415161718192021
  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_a11y_warning {
  8. background: #FFF;
  9. border: 1px solid #ccd0d4;
  10. border-left: 4px solid #00a0d2;
  11. box-shadow: 0 1px 1px rgba( 0, 0, 0, .04 );
  12. margin: 0 0 6px 0;
  13. padding: 9px 14px;
  14. overflow: hidden;
  15. width: auto;
  16. }
  17. #customize-control-color_a11y_warning .customize-control-title {
  18. display: none;
  19. }