themes-wordpress/varia/inc/customize-message-wpcom.css
Allan Cole de4366ebd0 Varia: Improvements to custom colors
- Add a11y color note to customizer
- Remove image filter function.
- Improve selection colors
- Code tidying
2020-05-12 17:48:38 -04:00

21 lines
551 B
CSS

/**
* File customize-preview-wpcom.js.
*
* Instantly live-update customizer settings in the preview for improved user experience,
* targeting the updates needed to hide the page title on the homepage on WordPress.com.
*/
#customize-control-color_a11y_warning {
background: #FFF;
border: 1px solid #ccd0d4;
border-left: 4px solid #00a0d2;
box-shadow: 0 1px 1px rgba( 0, 0, 0, .04 );
margin: 0 0 6px 0;
padding: 9px 14px;
overflow: hidden;
width: auto;
}
#customize-control-color_a11y_warning .customize-control-title {
display: none;
}