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

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

Issue 29596678: Issue 5973 - broken icons on Firefox v50-53 (Closed)
Left Patch Set: Created Nov. 3, 2017, 5:54 p.m.
Right Patch Set: Created Nov. 3, 2017, 7:29 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « skin/icons/trash.svg ('k') | skin/social/facebook.svg » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 { 225 {
226 border-color: #BBBBBB; 226 border-color: #BBBBBB;
227 } 227 }
228 228
229 button.remove 229 button.remove
230 { 230 {
231 width: 36px; 231 width: 36px;
232 height: 36px; 232 height: 36px;
233 padding: 0; 233 padding: 0;
234 background-color: #099DD1; 234 background-color: #099DD1;
235 mask: url(mobile/trash.svg) center/19px no-repeat; 235 mask: url(mobile/trash.svg#default) center/19px no-repeat;
236 } 236 }
237 237
238 ul + button 238 ul + button
239 { 239 {
240 flex-shrink: 0; 240 flex-shrink: 0;
241 width: 100%; 241 width: 100%;
242 min-height: 46px; /* equal to min-height of list item */ 242 min-height: 46px; /* equal to min-height of list item */
243 padding: 15px 20px; /* based on margin and padding of list item */ 243 padding: 15px 20px; /* based on margin and padding of list item */
244 border: 1px solid #BBBBBB; 244 border: 1px solid #BBBBBB;
245 text-align: start; 245 text-align: start;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 flex-shrink: 0; 357 flex-shrink: 0;
358 width: 13px; 358 width: 13px;
359 height: 11px; 359 height: 11px;
360 margin: 10px; 360 margin: 10px;
361 content: ""; 361 content: "";
362 } 362 }
363 363
364 #dialog-recommended ul li.installed::before 364 #dialog-recommended ul li.installed::before
365 { 365 {
366 background-color: #BBBBBB; 366 background-color: #BBBBBB;
367 mask: url(mobile/checkmark.svg) center/cover no-repeat; 367 mask: url(mobile/checkmark.svg#default) center/cover no-repeat;
368 } 368 }
369 369
370 #dialog-recommended > button 370 #dialog-recommended > button
371 { 371 {
372 border-width: 1px 0 0 0; 372 border-width: 1px 0 0 0;
373 text-align: center; 373 text-align: center;
374 } 374 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld