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

Unified Diff: skin/mobile-options.css

Issue 29592569: Issue 5943 - Implement Updates Page for Adblock Plus extension (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Addressed second round of feedback Created Nov. 6, 2017, 4:02 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
@@ -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;
}
« 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