Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 2299493002: Add an ability for resize in gallery. (Closed)
Patch Set: Make a change in GalleryJsTest.SlideModeTest Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/images/100/ratio_locked.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/images/100/ratio_locked.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698