| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 172 tr:not(:hover) .action | 172 tr:not(:hover) .action | 
| 173 { | 173 { | 
| 174   display: none; | 174   display: none; | 
| 175 } | 175 } | 
| 176 | 176 | 
| 177 .url | 177 .url | 
| 178 { | 178 { | 
| 179   width: 100%; | 179   width: 100%; | 
| 180 } | 180 } | 
| 181 | 181 | 
| 182 .resource-link { | 182 .rewritten-url > a, .resource-link { | 
| 183   text-decoration: none; | 183   text-decoration: none; | 
| 184 } | 184 } | 
| 185 | 185 | 
| 186 .resource-link:hover { | 186 .rewritten-url > a:hover, .resource-link:hover { | 
| 187   text-decoration: underline; | 187   text-decoration: underline; | 
| 188 } | 188 } | 
| 189 | 189 | 
| 190 .action-wrapper | 190 .action-wrapper | 
| 191 { | 191 { | 
| 192   display: flex; | 192   display: flex; | 
| 193   width: 100%; | 193   width: 100%; | 
| 194 } | 194 } | 
| 195 | 195 | 
| 196 .action | 196 .action | 
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 244 | 244 | 
| 245 .filtered-by-search | 245 .filtered-by-search | 
| 246 { | 246 { | 
| 247   display: none; | 247   display: none; | 
| 248 } | 248 } | 
| 249 | 249 | 
| 250 body.dark #reload | 250 body.dark #reload | 
| 251 { | 251 { | 
| 252   color: #2a67e7; | 252   color: #2a67e7; | 
| 253 } | 253 } | 
| OLD | NEW | 
|---|