| Index: chrome/browser/resources/print_preview/print_header.css
|
| diff --git a/chrome/browser/resources/print_preview/print_header.css b/chrome/browser/resources/print_preview/print_header.css
|
| index 74cc78327df543c678ae1d44da9d72a02bba4b47..f2c81e04db0cad5d1469d45e762b169a4a890cbb 100644
|
| --- a/chrome/browser/resources/print_preview/print_header.css
|
| +++ b/chrome/browser/resources/print_preview/print_header.css
|
| @@ -11,3 +11,12 @@
|
| display: block;
|
| min-height: 34px;
|
| }
|
| +
|
| +#print-header .print:enabled {
|
| + background-color: rgb(77, 144, 254);
|
| + background-image:
|
| + linear-gradient(to bottom, rgb(77, 144, 254), rgb(71, 135, 237));
|
| + border: 1px solid rgb(48, 121, 237);
|
| + color: #fff;
|
| + text-shadow: 0 1px rgba(0,0,0,0.1);
|
| +}
|
|
|