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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 line-height: 20px; | 71 line-height: 20px; |
72 color: #000; | 72 color: #000; |
73 } | 73 } |
74 | 74 |
75 h1::before | 75 h1::before |
76 { | 76 { |
77 position: absolute; | 77 position: absolute; |
78 left: -25px; | 78 left: -25px; |
79 width: 20px; | 79 width: 20px; |
80 height: 20px; | 80 height: 20px; |
81 background: url(mobile/abp-logo.svg) 0/20px; | 81 background: url(abp-logo.svg) 0/20px; |
82 content: ""; | 82 content: ""; |
83 } | 83 } |
84 | 84 |
85 html[dir="rtl"] h1::before | 85 html[dir="rtl"] h1::before |
86 { | 86 { |
87 left: auto; | 87 left: auto; |
88 right: -25px; | 88 right: -25px; |
89 } | 89 } |
90 | 90 |
91 h2 | 91 h2 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 { | 364 { |
365 background-color: #BBBBBB; | 365 background-color: #BBBBBB; |
366 mask: url(mobile/checkmark.svg) center/cover no-repeat; | 366 mask: url(mobile/checkmark.svg) center/cover no-repeat; |
367 } | 367 } |
368 | 368 |
369 #dialog-recommended > button | 369 #dialog-recommended > button |
370 { | 370 { |
371 border-width: 1px 0 0 0; | 371 border-width: 1px 0 0 0; |
372 text-align: center; | 372 text-align: center; |
373 } | 373 } |
OLD | NEW |