Index: skin/mobile-options.css |
=================================================================== |
--- a/skin/mobile-options.css |
+++ b/skin/mobile-options.css |
@@ -227,17 +227,17 @@ |
} |
button.remove |
{ |
width: 36px; |
height: 36px; |
padding: 0; |
background-color: #099DD1; |
- mask: url(mobile/trash.svg#default) center/19px no-repeat; |
+ mask: url(mobile/trash.svg) center/19px no-repeat; |
} |
ul + button |
{ |
flex-shrink: 0; |
width: 100%; |
min-height: 46px; /* equal to min-height of list item */ |
padding: 15px 20px; /* based on margin and padding of list item */ |
@@ -359,16 +359,16 @@ |
height: 11px; |
margin: 10px; |
content: ""; |
} |
#dialog-recommended ul li.installed::before |
{ |
background-color: #BBBBBB; |
- mask: url(mobile/checkmark.svg#default) center/cover no-repeat; |
+ mask: url(mobile/checkmark.svg) center/cover no-repeat; |
} |
#dialog-recommended > button |
{ |
border-width: 1px 0 0 0; |
text-align: center; |
} |