/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .image-picker { -webkit-user-drag: none; -webkit-user-select: none; margin: 10px; outline: none; padding: 10px; width: 600px; } .image-picker * { margin: 0; padding: 0; } .image-picker img { background-color: white; height: 64px; vertical-align: middle; width: 64px; } .image-picker [role=listitem] { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; display: inline-block; margin: 10px; padding: 3px; } .image-picker [selected] { border: 2px solid rgb(0, 102, 204); padding: 2px; }