wp/wp-includes/css/customize-preview.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    42 	min-width: 30px;
    42 	min-width: 30px;
    43 	min-height: 30px;
    43 	min-height: 30px;
    44 	line-height: 1 !important;
    44 	line-height: 1 !important;
    45 	font-size: 18px;
    45 	font-size: 18px;
    46 	z-index: 5;
    46 	z-index: 5;
    47 	background: #0085ba !important;
    47 	background: #3582c4 !important;
    48 	border-radius: 50%;
    48 	border-radius: 50%;
    49 	border: 2px solid #fff;
    49 	border: 2px solid #fff;
    50 	box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
    50 	box-shadow: 0 2px 1px rgba(60, 67, 74, 0.15);
    51 	text-align: center;
    51 	text-align: center;
    52 	cursor: pointer;
    52 	cursor: pointer;
    53 	box-sizing: border-box;
    53 	box-sizing: border-box;
    54 	padding: 3px;
    54 	padding: 3px;
    55 	animation-fill-mode: both;
    55 	animation-fill-mode: both;
    56 	animation-duration: .4s;
    56 	animation-duration: .4s;
    57 	opacity: 0;
    57 	opacity: 0;
    58 	pointer-events: none;
    58 	pointer-events: none;
    59 	text-shadow:
    59 	text-shadow:
    60 		0 -1px 1px #006799,
    60 		0 -1px 1px #135e96,
    61 		1px 0 1px #006799,
    61 		1px 0 1px #135e96,
    62 		0 1px 1px #006799,
    62 		0 1px 1px #135e96,
    63 		-1px 0 1px #006799;
    63 		-1px 0 1px #135e96;
    64 }
    64 }
    65 .wp-custom-header .customize-partial-edit-shortcut button {
    65 .wp-custom-header .customize-partial-edit-shortcut button {
    66 	left: 2px
    66 	left: 2px
    67 }
    67 }
    68 
    68 
    74 	height: 20px;
    74 	height: 20px;
    75 	margin: auto;
    75 	margin: auto;
    76 }
    76 }
    77 
    77 
    78 .customize-partial-edit-shortcut button:hover {
    78 .customize-partial-edit-shortcut button:hover {
    79 	background: #008ec2 !important; /* matches primary buttons */
    79 	background: #4f94d4 !important; /* matches primary buttons */
    80 }
    80 }
    81 
    81 
    82 .customize-partial-edit-shortcut button:focus {
    82 .customize-partial-edit-shortcut button:focus {
    83 	box-shadow: 0 0 0 2px #008ec2;
    83 	box-shadow: 0 0 0 2px #4f94d4;
    84 }
    84 }
    85 
    85 
    86 body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    86 body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    87 	animation-name: customize-partial-edit-shortcut-bounce-appear;
    87 	animation-name: customize-partial-edit-shortcut-bounce-appear;
    88 	pointer-events: auto;
    88 	pointer-events: auto;