LEFT | RIGHT |
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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 { | 408 { |
409 vertical-align: top; | 409 vertical-align: top; |
410 } | 410 } |
411 | 411 |
412 .table.cols | 412 .table.cols |
413 { | 413 { |
414 border-bottom: 1px solid #CDCDCD; | 414 border-bottom: 1px solid #CDCDCD; |
415 border-top: 1px solid #CDCDCD; | 415 border-top: 1px solid #CDCDCD; |
416 } | 416 } |
417 | 417 |
418 button[disabled="true"] | 418 button[role="checkbox"][disabled] |
419 { | 419 { |
420 border-radius: 2px; | 420 border-radius: 2px; |
421 background-color: #ccc; | 421 background-color: #ccc; |
422 } | 422 } |
423 | 423 |
424 .table button.delete | 424 .table button.delete |
425 { | 425 { |
426 background-color: transparent; | 426 background-color: transparent; |
427 background-position: -50px -51px; | 427 background-position: -50px -51px; |
428 border: 0px; | 428 border: 0px; |
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1282 #other-language .button-add::before | 1282 #other-language .button-add::before |
1283 { | 1283 { |
1284 display: none; | 1284 display: none; |
1285 } | 1285 } |
1286 | 1286 |
1287 #other-language .display | 1287 #other-language .display |
1288 { | 1288 { |
1289 -webkit-margin-start: 10px; | 1289 -webkit-margin-start: 10px; |
1290 -moz-margin-start: 10px; | 1290 -moz-margin-start: 10px; |
1291 } | 1291 } |
LEFT | RIGHT |