Theme Customizer: Color control hover styles. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-04-18 18:01:20 +00:00
parent 7f9590ce94
commit d12a811fdd
1 changed files with 16 additions and 0 deletions

View File

@ -250,6 +250,22 @@ body {
top: 6px;
}
.customize-section .color-picker-toggle:hover .color-picker-spot {
border-color: rgba( 0, 0, 0, 0.25 );
}
.customize-section .color-picker-toggle:hover .color-picker-dropdown {
border-color: #aaa;
}
.customize-section .color-picker-toggle:hover .color-picker-dropdown:after {
border-color: #aaa transparent transparent transparent;
}
.customize-section .color-picker-toggle.open:hover .color-picker-dropdown:after {
border-color: transparent transparent #aaa transparent;
}
.customize-section .color-picker-control {
display: none;
}