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

Unified Diff: skin/popup.css

Issue 29532767: Issue 5593 - Use messaging in popup for prefs, whitelisting, and stats (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Refactor whenPageReady Created Sept. 19, 2017, 6:01 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
« popup.js ('K') | « popup.js ('k') | stats.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/popup.css
===================================================================
--- a/skin/popup.css
+++ b/skin/popup.css
@@ -335,17 +335,17 @@
background-position: -34px -65px;
}
.collapsed .collapse-icon
{
background-position: -34px -77px;
}
-.collapsed .collapsable
+.collapsed .collapsible
{
display: none;
}
.checkbox
{
display: inline-block;
width: 15px;
« popup.js ('K') | « popup.js ('k') | stats.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld