• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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