1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #autofill-edit-address-overlay {
9 #autofill-edit-credit-card-overlay {
13 #autofill-edit-address-overlay .long div
[role
='listitem'] > div
> div
,
14 #autofill-edit-address-overlay .long input
,
15 #autofill-edit-address-overlay textarea
.long
,
16 #autofill-edit-address-overlay input
.long
{
20 #autofill-edit-address-overlay .short div
[role
='listitem'] > div
> div
,
21 #autofill-edit-address-overlay .short input
,
22 #autofill-edit-address-overlay textarea
.short
,
23 #autofill-edit-address-overlay input
.short
{
27 #autofill-edit-address-overlay .country
{
31 #autofill-edit-address-overlay list
{
32 -webkit-margin-start: -3px;
33 /* Min height is a multiple of the list item height (32px). */
37 #autofill-edit-address-overlay list div
.static-text
{
39 -webkit-padding-end: 4px;
40 -webkit-padding-start: 4px;
41 border: 1px solid darkGray
;
43 /* Border should go "inside" the height. */
44 box-sizing: border-box
;
45 /* Set the line-height and min-height to match the height of an input element,
46 * so that even empty cells renderer with the correct height. */
51 #autofill-edit-address-overlay list:not
([has-element-focus
]) >
52 [selected
]:not
(:hover
) {
53 background-color: transparent
;
56 #autofill-edit-address-overlay list:not
([has-element-focus
]) > *:not
(:hover
)
62 :-webkit-any
(#autofill-edit-credit-card-overlay
, #autofill-edit-address-overlay
)
63 .settings-row label > :-webkit-any(input, select, textarea, list) {
68 -webkit-box-orient: vertical
;
69 -webkit-margin-end: 2px;
70 display: -webkit-inline-box
;
74 #autofill-edit-credit-card-overlay .content-area
> *:first-child
{