| Index: ui/file_manager/gallery/gallery.html
|
| diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
|
| index c7aba9f2f19bbadab322eaf819cd48f963f7287c..7877b1f0965fc0fbab68e6c7b76863c320a35edf 100644
|
| --- a/ui/file_manager/gallery/gallery.html
|
| +++ b/ui/file_manager/gallery/gallery.html
|
| @@ -47,6 +47,7 @@
|
| }
|
| paper-slider {
|
| --paper-slider-active-color: white;
|
| + --paper-slider-container-color: rgba(255, 255, 255, 0.2);
|
| --paper-slider-knob-color: white;
|
| --paper-slider-secondary-color: transparent;
|
| }
|
| @@ -54,6 +55,14 @@
|
| --paper-progress-container-color: rgba(0, 0, 0, 0.3);
|
| --paper-progress-active-color: #1AC222;
|
| }
|
| + paper-button {
|
| + --paper-button-ink-color: black;
|
| + }
|
| + files-toggle-ripple {
|
| + --files-toggle-ripple-activated: {
|
| + opacity: 0.4;
|
| + };
|
| + }
|
| </style>
|
| </head>
|
| <body>
|
|
|