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

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

Issue 1275323002: Gallery: replace paper-input of rename field with HTMLInputElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 2b868bed001716a5e05bd9e5a54ee5f8a6b78fa6..6c3380d8e74f501253c6feb1a12130030f80545b 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -316,14 +316,15 @@ paper-slider::shadow .expand:not(.pin) > #sliderKnob > #sliderKnobInner {
flex: 1 0 auto;
}
-.filename-spacer paper-input {
+#rename-input {
margin: 8px 0;
min-width: 160px;
+ padding: 4px 0;
width: -webkit-fit-content;
}
-.filename-spacer paper-input::shadow paper-input-container {
- padding: 4px 0;
+#rename-input > input {
+ color: white;
}
/* Bubble */
« no previous file with comments | « no previous file | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698