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

Side by Side Diff: skin/new-options.css

Issue 29371585: Issue 4783 - Drop Safari support [adblockplusui] (Closed)
Patch Set: Created Jan. 12, 2017, 9:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « new-options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-2016 Eyeo GmbH 3 * Copyright (C) 2006-2016 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 background-color: transparent; 661 background-color: transparent;
662 border: 0px; 662 border: 0px;
663 color: #3A7BA6; 663 color: #3A7BA6;
664 cursor: pointer; 664 cursor: pointer;
665 } 665 }
666 666
667 /* 667 /*
668 Advanced tab content 668 Advanced tab content
669 */ 669 */
670 670
671 #restart-safari
672 {
673 -moz-margin-start: 20px;
674 -webkit-margin-start: 20px;
675 color: red;
676 font-weight: 600;
677 }
678
679 #filter-lists > div, 671 #filter-lists > div,
680 #all-filter-lists li.show-message .date, 672 #all-filter-lists li.show-message .date,
681 #all-filter-lists li.show-message .time, 673 #all-filter-lists li.show-message .time,
682 #all-filter-lists li:not(.show-message) .message, 674 #all-filter-lists li:not(.show-message) .message,
683 #custom-filters:not(.mode-edit) #custom-filters-raw, 675 #custom-filters:not(.mode-edit) #custom-filters-raw,
684 #custom-filters:not(.mode-edit) #custom-filters-raw-controls, 676 #custom-filters:not(.mode-edit) #custom-filters-raw-controls,
685 #custom-filters.mode-edit #custom-filters-show-edit, 677 #custom-filters.mode-edit #custom-filters-show-edit,
686 #custom-filters.mode-edit #custom-filters-list-wrapper 678 #custom-filters.mode-edit #custom-filters-list-wrapper
687 { 679 {
688 display: none; 680 display: none;
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 #other-language .button-add::before 1322 #other-language .button-add::before
1331 { 1323 {
1332 display: none; 1324 display: none;
1333 } 1325 }
1334 1326
1335 #other-language .display 1327 #other-language .display
1336 { 1328 {
1337 -webkit-margin-start: 10px; 1329 -webkit-margin-start: 10px;
1338 -moz-margin-start: 10px; 1330 -moz-margin-start: 10px;
1339 } 1331 }
OLDNEW
« no previous file with comments | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld