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

Unified Diff: skin/mobile-options.css

Issue 29596678: Issue 5973 - broken icons on Firefox v50-53 (Closed)
Patch Set: Created Nov. 3, 2017, 7:29 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skin/icons/trash.svg ('k') | skin/social/facebook.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -232,7 +232,7 @@
height: 36px;
padding: 0;
background-color: #099DD1;
- mask: url(mobile/trash.svg) center/19px no-repeat;
+ mask: url(mobile/trash.svg#default) center/19px no-repeat;
}
ul + button
@@ -364,7 +364,7 @@
#dialog-recommended ul li.installed::before
{
background-color: #BBBBBB;
- mask: url(mobile/checkmark.svg) center/cover no-repeat;
+ mask: url(mobile/checkmark.svg#default) center/cover no-repeat;
}
#dialog-recommended > button
« no previous file with comments | « skin/icons/trash.svg ('k') | skin/social/facebook.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld