mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Theme Customizer: Firefox CSS love. props helenyhou, see #19910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ca047faab9
commit
3668ad4516
@ -46,7 +46,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.control-section .customize-section-title:hover {
|
.control-section .customize-section-title:hover {
|
||||||
background: -webkit-linear-gradient( top, #f5f5f5, #eee );
|
background-color: #efefef;
|
||||||
|
background-image: -webkit-linear-gradient( top, #f5f5f5, #eee );
|
||||||
|
background-image: -moz-linear-gradient( top, #f5f5f5, #eee );
|
||||||
|
background-image: -ms-linear-gradient( top, #f5f5f5, #eee );
|
||||||
|
background-image: -o-linear-gradient( top, #f5f5f5, #eee );
|
||||||
|
background-image: linear-gradient( top, #f5f5f5, #eee );
|
||||||
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -308,6 +313,7 @@ body {
|
|||||||
|
|
||||||
.customize-section .color-picker-hex input[type="text"] {
|
.customize-section .color-picker-hex input[type="text"] {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
height: 22px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #777;
|
color: #777;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user