Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: skin/new-options.css

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Left Patch Set: Rebased to changeset #109 Created May 19, 2017, 12:47 p.m.
Right Patch Set: Fixed the TYPO Created July 3, 2017, 4:10 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « new-options.js ('k') | skin/tooltips/whitelisted.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
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
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 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld