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-2017 eyeo GmbH | 3 * Copyright (C) 2006-2017 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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 | 1067 |
1068 body:not([data-dialog="custom"]) #dialog-title-custom, | 1068 body:not([data-dialog="custom"]) #dialog-title-custom, |
1069 body:not([data-dialog="custom"]) #dialog-content-custom, | 1069 body:not([data-dialog="custom"]) #dialog-content-custom, |
1070 body:not([data-dialog="language-add"]) #dialog-title-language-add, | 1070 body:not([data-dialog="language-add"]) #dialog-title-language-add, |
1071 body:not([data-dialog="language-change"]) #dialog-title-language-change, | 1071 body:not([data-dialog="language-change"]) #dialog-title-language-change, |
1072 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia
log-content-language-add, | 1072 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia
log-content-language-add, |
1073 body:not([data-dialog="language-add"]) #dialog-body button.add, | 1073 body:not([data-dialog="language-add"]) #dialog-body button.add, |
1074 body:not([data-dialog="language-change"]) #dialog-body button.change, | 1074 body:not([data-dialog="language-change"]) #dialog-body button.change, |
1075 body:not([data-dialog="predefined"]) #dialog-title-predefined, | 1075 body:not([data-dialog="predefined"]) #dialog-title-predefined, |
1076 body:not([data-dialog="predefined"]) #dialog-content-predefined, | 1076 body:not([data-dialog="predefined"]) #dialog-content-predefined, |
| 1077 body:not([data-dialog="tracking"]) #dialog-title-tracking, |
| 1078 body:not([data-dialog="tracking"]) #dialog-content-tracking, |
1077 body:not([data-dialog]) #dialog | 1079 body:not([data-dialog]) #dialog |
1078 { | 1080 { |
1079 display: none; | 1081 display: none; |
1080 } | 1082 } |
OLD | NEW |