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

Unified Diff: ui/file_manager/gallery/js/slide_mode.js

Issue 403723002: Gallery: Match the color of selection UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/slide_mode.js
diff --git a/ui/file_manager/gallery/js/slide_mode.js b/ui/file_manager/gallery/js/slide_mode.js
index 2d48a8940a78ea894dcc7996c6c5d7541c81e9da..836cfdac306ecd1fdcef2429d384eca70402940f 100644
--- a/ui/file_manager/gallery/js/slide_mode.js
+++ b/ui/file_manager/gallery/js/slide_mode.js
@@ -108,7 +108,7 @@ SlideMode.prototype.initDom_ = function() {
util.createChild(this.options_, 'overwrite-original');
this.overwriteOriginal_ = util.createChild(
- overwriteOriginalBox, 'common white', 'input');
+ overwriteOriginalBox, '', 'input');
this.overwriteOriginal_.type = 'checkbox';
this.overwriteOriginal_.id = 'overwrite-checkbox';
util.platform.getPreference(SlideMode.OVERWRITE_KEY, function(value) {
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698