| 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 69fd060bf99f42919c064a0e0456b2121a207ee3..9eefa53ec5d304ccb82c9dc258f6cb96ad14bb79 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.css
|
| +++ b/chrome/browser/resources/print_preview/print_preview.css
|
| @@ -722,6 +722,45 @@ select {
|
| pointer-events: none;
|
| }
|
|
|
| +input[type='text'].margin-box {
|
| + background-color: #2a2a2a;
|
| + color: #ffffff;
|
| + cursor: auto;
|
| + font-family: arial;
|
| + font-size: 10px;
|
| + height: 15px;
|
| + padding: 5px 10px;
|
| + position: absolute;
|
| + text-align: center;
|
| + width: 40px;
|
| + z-index: 3;
|
| +}
|
| +
|
| +input[type='text'].margin-box.invalid {
|
| + background-color: #c11b17;
|
| +}
|
| +
|
| +.margin-line {
|
| + background-color: transparent;
|
| + border-color: transparent;
|
| + pointer-events: none;
|
| + position: absolute;
|
| + z-index: 2;
|
| +}
|
| +
|
| +.margin-line-inner {
|
| + border-color: #4080FA;
|
| + border-style: dashed;
|
| + border-width: 1px;
|
| + position: absolute;
|
| + z-index: 2;
|
| +}
|
| +
|
| +#customized-margins {
|
| + position: absolute;
|
| + top: 0;
|
| +}
|
| +
|
| #messages {
|
| color: #404040;
|
| font-size: 13px;
|
|
|