| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 2  * This file is part of Adblock Plus <https://adblockplus.org/>, | 2  * This file is part of Adblock Plus <https://adblockplus.org/>, | 
| 3  * Copyright (C) 2006-present eyeo GmbH | 3  * Copyright (C) 2006-present eyeo GmbH | 
| 4  * | 4  * | 
| 5  * Adblock Plus is free software: you can redistribute it and/or modify | 5  * Adblock Plus is free software: you can redistribute it and/or modify | 
| 6  * it under the terms of the GNU General Public License version 3 as | 6  * it under the terms of the GNU General Public License version 3 as | 
| 7  * published by the Free Software Foundation. | 7  * published by the Free Software Foundation. | 
| 8  * | 8  * | 
| 9  * Adblock Plus is distributed in the hope that it will be useful, | 9  * Adblock Plus is distributed in the hope that it will be useful, | 
| 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 225 { | 225 { | 
| 226   border-color: #BBBBBB; | 226   border-color: #BBBBBB; | 
| 227 } | 227 } | 
| 228 | 228 | 
| 229 button.remove | 229 button.remove | 
| 230 { | 230 { | 
| 231   width: 36px; | 231   width: 36px; | 
| 232   height: 36px; | 232   height: 36px; | 
| 233   padding: 0; | 233   padding: 0; | 
| 234   background-color: #099DD1; | 234   background-color: #099DD1; | 
| 235   mask: url(mobile/trash.svg) center/19px no-repeat; | 235   mask: url(mobile/trash.svg#default) center/19px no-repeat; | 
| 236 } | 236 } | 
| 237 | 237 | 
| 238 ul + button | 238 ul + button | 
| 239 { | 239 { | 
| 240   flex-shrink: 0; | 240   flex-shrink: 0; | 
| 241   width: 100%; | 241   width: 100%; | 
| 242   min-height: 46px; /* equal to min-height of list item */ | 242   min-height: 46px; /* equal to min-height of list item */ | 
| 243   padding: 15px 20px; /* based on margin and padding of list item */ | 243   padding: 15px 20px; /* based on margin and padding of list item */ | 
| 244   border: 1px solid #BBBBBB; | 244   border: 1px solid #BBBBBB; | 
| 245   text-align: start; | 245   text-align: start; | 
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 357   flex-shrink: 0; | 357   flex-shrink: 0; | 
| 358   width: 13px; | 358   width: 13px; | 
| 359   height: 11px; | 359   height: 11px; | 
| 360   margin: 10px; | 360   margin: 10px; | 
| 361   content: ""; | 361   content: ""; | 
| 362 } | 362 } | 
| 363 | 363 | 
| 364 #dialog-recommended ul li.installed::before | 364 #dialog-recommended ul li.installed::before | 
| 365 { | 365 { | 
| 366   background-color: #BBBBBB; | 366   background-color: #BBBBBB; | 
| 367   mask: url(mobile/checkmark.svg) center/cover no-repeat; | 367   mask: url(mobile/checkmark.svg#default) center/cover no-repeat; | 
| 368 } | 368 } | 
| 369 | 369 | 
| 370 #dialog-recommended > button | 370 #dialog-recommended > button | 
| 371 { | 371 { | 
| 372   border-width: 1px 0 0 0; | 372   border-width: 1px 0 0 0; | 
| 373   text-align: center; | 373   text-align: center; | 
| 374 } | 374 } | 
| OLD | NEW | 
|---|