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

Side by Side Diff: options.html

Issue 29363445: Issue 4577 - Remove Safari support (Closed)
Patch Set: Created Nov. 17, 2016, 11:36 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 | « metadata.safari ('k') | options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2016 Eyeo GmbH 5 - Copyright (C) 2006-2016 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 color: #FF0000 !important; 93 color: #FF0000 !important;
94 border: none !important; 94 border: none !important;
95 outline: none !important; 95 outline: none !important;
96 background: none !important; 96 background: none !important;
97 } 97 }
98 98
99 .subscriptionUpdate 99 .subscriptionUpdate
100 { 100 {
101 color: #B0B0B0; 101 color: #B0B0B0;
102 } 102 }
103 #restart-safari,
104 .subscriptionUpdate.error
105 {
106 color: #FF0000;
107 }
108 103
109 #rawFilters { 104 #rawFilters {
110 display: none; 105 display: none;
111 } 106 }
112 107
113 .okMsg { 108 .okMsg {
114 display: none; 109 display: none;
115 color: #ffffff; 110 color: #ffffff;
116 background: #30e030; 111 background: #30e030;
117 font-weight: bold; 112 font-weight: bold;
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 <p> 277 <p>
283 <div id="shouldShowBlockElementMenuContainer"> 278 <div id="shouldShowBlockElementMenuContainer">
284 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> 279 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label>
285 </div> 280 </div>
286 <div id="showDevtoolsPanelContainer"> 281 <div id="showDevtoolsPanelContainer">
287 <input type="checkbox" id="show_devtools_panel" /><label for="show_devto ols_panel" class="i18n_show_devtools_panel"></label> 282 <input type="checkbox" id="show_devtools_panel" /><label for="show_devto ols_panel" class="i18n_show_devtools_panel"></label>
288 </div> 283 </div>
289 <div id="shouldShowNotificationsContainer" data-section="notifications"> 284 <div id="shouldShowNotificationsContainer" data-section="notifications">
290 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label> 285 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label>
291 </div> 286 </div>
292 <div id="safariContentBlockerContainer">
293 <input type="checkbox" id="safariContentBlocker" /><label for="safariCon tentBlocker" class="i18n_safari_content_blocker"></label>
294 <span id="restart-safari" class="i18n_safari_restart"></span>
295 </div>
296 </p> 287 </p>
297 288
298 <p id="found-a-bug" class="i18n_found_a_bug"></p> 289 <p id="found-a-bug" class="i18n_found_a_bug"></p>
299 </div> 290 </div>
300 </div> 291 </div>
301 292
302 </body> 293 </body>
303 </html> 294 </html>
OLDNEW
« no previous file with comments | « metadata.safari ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld