| Index: chrome/browser/resources/options2/password_manager_list.css
|
| diff --git a/chrome/browser/resources/options2/password_manager_list.css b/chrome/browser/resources/options2/password_manager_list.css
|
| index d202a29faf77b90dcab0dcb84e6e0559f310b9af..8688619c287d137d8d3ff26891f32da34d191072 100644
|
| --- a/chrome/browser/resources/options2/password_manager_list.css
|
| +++ b/chrome/browser/resources/options2/password_manager_list.css
|
| @@ -2,32 +2,21 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -button.password-button {
|
| +#saved-passwords-list .list-inline-button {
|
| -webkit-transition: opacity 150ms;
|
| background: rgb(138, 170, 237);
|
| - border: 0;
|
| - border-radius: 2px;
|
| - color: #fff;
|
| - display: inline;
|
| font-size: 0.9em;
|
| - font-weight: bold;
|
| height: 18px;
|
| - opacity: 0.7;
|
| padding: 0 2px;
|
| position: absolute;
|
| top: 3px;
|
| }
|
|
|
| -button.password-button:hover {
|
| - -webkit-transition: opacity 150ms;
|
| - opacity: 1;
|
| -}
|
| -
|
| -html[dir='ltr'] button.password-button {
|
| +html[dir='ltr'] #saved-passwords-list .list-inline-button {
|
| right: 2px;
|
| }
|
|
|
| -html[dir='rtl'] button.password-button {
|
| +html[dir='rtl'] #saved-passwords-list .list-inline-button {
|
| left: 2px;
|
| }
|
|
|
|
|