| Index: ui/file_manager/gallery/gallery.html
|
| diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
|
| index 7877b1f0965fc0fbab68e6c7b76863c320a35edf..6f0f6a80c3a837bfa9d74ad824cffc25a7e07112 100644
|
| --- a/ui/file_manager/gallery/gallery.html
|
| +++ b/ui/file_manager/gallery/gallery.html
|
| @@ -63,6 +63,28 @@
|
| opacity: 0.4;
|
| };
|
| }
|
| + .edit-modal paper-input {
|
| + --paper-input-container-focus-color: white;
|
| + --paper-input-container-underline-focus: {
|
| + height: 1px;
|
| + };
|
| + --paper-input-container: {
|
| + color: rgba(255, 255, 0, 0.54);
|
| + padding: 7px 0 8px 0;
|
| + };
|
| + --paper-input-container-input: {
|
| + color: white;
|
| + font-size: 13px;
|
| + padding: 0;
|
| + };
|
| + --paper-input-container-label: {
|
| + color: rgba(255, 255, 255, 0.54);
|
| + font-size: 16px;
|
| + };
|
| + --paper-font-caption: {
|
| + height: 17px;
|
| + };
|
| + }
|
| </style>
|
| </head>
|
| <body>
|
|
|