OLD | NEW |
| (Empty) |
1 .autofill-list-item { | |
2 -webkit-box-flex: 1; | |
3 -webkit-padding-start: 8px; | |
4 overflow: hidden; | |
5 text-overflow: ellipsis; | |
6 } | |
7 | |
8 .autofill-list-item + img { | |
9 -webkit-padding-end: 20px; | |
10 vertical-align: middle; | |
11 } | |
12 | |
13 #autofill-options > div:last-child { | |
14 margin-top: 15px; | |
15 } | |
16 | |
17 #autofill-options > div.settings-list > div:last-child { | |
18 border-top: 1px solid #d9d9d9; | |
19 padding: 5px 10px; | |
20 } | |
21 | |
22 #autofill-add-address, | |
23 #autofill-add-creditcard { | |
24 margin: 2px 0; | |
25 } | |
26 | |
27 .autofill-list-item + button, | |
28 .autofill-list-item + img + button { | |
29 background: #8aaaed !important; /* Gets overwritten by raw-button:hover */ | |
30 color: #fff; | |
31 margin-top: 0; | |
32 } | |
33 | |
34 #address-list > div:not(:hover) * button, | |
35 #creditcard-list > div:not(:hover) * button { | |
36 display: none; | |
37 } | |
OLD | NEW |