OLD | NEW |
1 .search-engine-list > div { | 1 .search-engine-list > div { |
2 display: -webkit-box; | 2 display: -webkit-box; |
3 } | 3 } |
4 | 4 |
5 .search-engine-list .favicon { | 5 .search-engine-list .favicon { |
6 padding: 1px 7px 0px 7px; | 6 padding: 1px 7px 0px 7px; |
7 height: 16px; | 7 height: 16px; |
8 } | 8 } |
9 | 9 |
10 .search-engine-list .name-column { | 10 .search-engine-list .name-column { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 .search-engine-list .url-column button { | 53 .search-engine-list .url-column button { |
54 -webkit-margin-start: 3px; | 54 -webkit-margin-start: 3px; |
55 background: #8aaaed; | 55 background: #8aaaed; |
56 color: #fff; | 56 color: #fff; |
57 margin-top: 0; | 57 margin-top: 0; |
58 } | 58 } |
59 | 59 |
60 .search-engine-list > :not(:hover):not([editing]) .url-column button { | 60 .search-engine-list > :not(:hover):not([editing]) .url-column button { |
61 display: none; | 61 display: none; |
62 } | 62 } |
| 63 |
63 /* End temporary Make Default button styling */ | 64 /* End temporary Make Default button styling */ |
OLD | NEW |