Ticket #38758: 38758.diff
File 38758.diff, 1008 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/css/customize-preview.css
29 29 z-index: 5; 30 30 } 31 31 32 .widget .customize-partial-edit-shortcut button:active,33 .customize-partial-edit-shortcut button:active {34 padding: 3px;35 border: 1px solid #0085ba;36 }37 38 32 /** 39 33 * Styles for the actual shortcut 40 34 * … … 84 78 margin: auto; 85 79 } 86 80 87 .customize-partial-edit-shortcut button:hover, 81 .customize-partial-edit-shortcut button:hover { 82 background: #008ec2; /* matches primary buttons */ 83 } 84 88 85 .customize-partial-edit-shortcut button:focus { 89 background: #008ec2; /* matches primary buttons */ 90 border-color: #191e23; /* provides visual focus style with 4.5 contrast against background color */ 86 box-shadow: 0 0 0 2px #008ec2; 91 87 } 92 88 93 89 body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {