| Index: chrome/browser/resources/print_preview/print_preview.css
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
|
| index 96a07765eca61a879a86cea8a19b12e65ec5722d..61a9915dbde586dfcc343a6086e7536aaf159815 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.css
|
| +++ b/chrome/browser/resources/print_preview/print_preview.css
|
| @@ -346,6 +346,14 @@ html[os=mac] input[type='checkbox']:checked::before {
|
| top: 2px;
|
| }
|
|
|
| +html[os=mac] #options-horizontal-separator {
|
| + display: none;
|
| +}
|
| +
|
| +html[os=mac] #options-option {
|
| + display: none;
|
| +}
|
| +
|
| input[type='radio'] {
|
| -webkit-box-shadow: inset 0 1px 2px white,
|
| 0 1px 2px rgba(0, 0, 0, .2);
|
|
|