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

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

Issue 29536681: Issue 5628 - Implement main styles (Closed)
Left Patch Set: Created Sept. 13, 2017, 4:46 p.m.
Right Patch Set: Created Sept. 13, 2017, 5:13 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 | « skin/icons/trash.svg ('k') | no next file » | 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-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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state # state-disabled 854 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state # state-disabled
855 { 855 {
856 display: inline; 856 display: inline;
857 } 857 }
858 858
859 #all-filter-lists-table 859 #all-filter-lists-table
860 { 860 {
861 margin-bottom: 1.5rem; 861 margin-bottom: 1.5rem;
862 } 862 }
863 863
864 .side-control button 864 .side-controls button
juliandoucette 2017/09/13 17:12:49 NIT/Suggest: .side-controls (plural)
865 { 865 {
866 margin: 0.8rem 0rem; 866 margin: 0.8rem 0rem;
867 -moz-margin-start: auto; 867 -moz-margin-start: auto;
868 -webkit-margin-start: auto; 868 -webkit-margin-start: auto;
869 } 869 }
870 870
871 #custom-filters h3 871 #custom-filters h3
872 { 872 {
873 margin: 0rem; 873 margin: 0rem;
874 } 874 }
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 1348
1349 #hide-notification::after 1349 #hide-notification::after
1350 { 1350 {
1351 background-color: #099DD1; 1351 background-color: #099DD1;
1352 } 1352 }
1353 1353
1354 #hide-notification:hover::after 1354 #hide-notification:hover::after
1355 { 1355 {
1356 background-color: #5CBCE1; 1356 background-color: #5CBCE1;
1357 } 1357 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld