Index: chrome/browser/resources/options2/chromeos/image_picker.css |
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.css b/chrome/browser/resources/options2/chromeos/image_picker.css |
similarity index 84% |
rename from chrome/browser/resources/options2/chromeos/change_picture_options.css |
rename to chrome/browser/resources/options2/chromeos/image_picker.css |
index c3e1cf89179ad5c624afc5f0452a5d479af4d666..4cb5af1200158539474b9587d6f14532a02cdc9e 100644 |
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.css |
+++ b/chrome/browser/resources/options2/chromeos/image_picker.css |
@@ -2,7 +2,7 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
-#images-grid { |
+.image-picker { |
-webkit-user-drag: none; |
-webkit-user-select: none; |
margin: 10px; |
@@ -11,19 +11,19 @@ |
width: 600px; |
} |
-#images-grid * { |
+.image-picker * { |
margin: 0; |
padding: 0; |
} |
-#images-grid img { |
+.image-picker img { |
background-color: white; |
height: 64px; |
vertical-align: middle; |
width: 64px; |
} |
-#images-grid [role=listitem] { |
+.image-picker [role=listitem] { |
border: 1px solid rgba(0, 0, 0, 0.15); |
border-radius: 4px; |
display: inline-block; |
@@ -31,7 +31,7 @@ |
padding: 3px; |
} |
-#images-grid [selected] { |
+.image-picker [selected] { |
border: 2px solid rgb(0, 102, 204); |
padding: 2px; |
} |