| Index: chrome/browser/resources/pdf/index-material.css
|
| diff --git a/chrome/browser/resources/pdf/index-material.css b/chrome/browser/resources/pdf/index-material.css
|
| index d42bdef793b76991a94ee27b852bb8db2be8aee5..f5c48cbfe98d3e04a8cdccb70817f41b1b15d65f 100644
|
| --- a/chrome/browser/resources/pdf/index-material.css
|
| +++ b/chrome/browser/resources/pdf/index-material.css
|
| @@ -16,41 +16,12 @@ body {
|
| margin: 0;
|
| }
|
|
|
| -core-toolbar {
|
| - background-color: transparent;
|
| - color: rgb(241, 241, 241);
|
| - font-size: 1.5em;
|
| - height: 56px;
|
| - padding-left: 1em;
|
| - padding-right: 1em;
|
| - z-index: 3;
|
| -}
|
| -
|
| -core-toolbar /deep/ ::selection {
|
| - background: rgb(187, 222, 251);
|
| -}
|
| -
|
| -#toolbar-shadow {
|
| +viewer-pdf-toolbar {
|
| position: fixed;
|
| width: 100%;
|
| z-index: 4;
|
| }
|
|
|
| -#progress-bar {
|
| - height: 56px;
|
| - position: absolute;
|
| - width: 100%;
|
| - z-index: 3;
|
| -}
|
| -
|
| -paper-progress::shadow #activeProgress {
|
| - background-color: rgb(33, 150, 243);
|
| -}
|
| -
|
| -paper-progress::shadow #progressContainer {
|
| - background-color: rgb(100, 181, 246);
|
| -}
|
| -
|
| #plugin {
|
| height: 100%;
|
| position: fixed;
|
|
|