Chromium Code Reviews| 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..9b936bd165478551007c1c5660592329b4a0cf6c 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: { |
| + font-size: 16px; |
| + color: rgba(255, 255, 255, 0.54); |
|
fukino
2016/09/16 02:24:49
Sort
harukam
2016/09/16 05:21:58
Done.
|
| + }; |
| + --paper-font-caption: { |
| + height: 17px; |
| + } |
|
fukino
2016/09/16 02:24:49
; is missing
harukam
2016/09/16 05:21:58
Done.
|
| + } |
| </style> |
| </head> |
| <body> |