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 #saved-passwords-list .list-inline-button
{
6 -webkit-transition: opacity
150ms;
7 background: rgb
(138, 170, 237);
15 html
[dir
='ltr'] #saved-passwords-list
.list-inline-button
{
19 html
[dir
='rtl'] #saved-passwords-list
.list-inline-button
{
23 input
[type
='password'].inactive-password
{
24 background: transparent
;
28 #saved-passwords-list .url
{
29 box-sizing: border-box
;
33 #saved-passwords-list .name
{
38 #saved-passwords-list .password
{
43 #saved-passwords-list .password input
[type
='password'],
44 #saved-passwords-list .password input
[type
='text'] {
45 box-sizing: border-box
;
49 #password-exceptions-list .url
{
53 #saved-passwords-list .url
,
54 #saved-passwords-list .name
,
55 #password-exceptions-list .url
{
57 text-overflow: ellipsis
;