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

Unified Diff: chrome/skin/filters.css

Issue 29364102: Issue 4658 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockplus
Patch Set: Update adblockpluscore dependency to b1e70036624f Created Dec. 13, 2016, 5:32 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 | « chrome/locale/en-US/global.properties ('k') | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/filters.css
===================================================================
--- a/chrome/skin/filters.css
+++ b/chrome/skin/filters.css
@@ -152,17 +152,17 @@
/*
* Force left-to-right for filter text but not comments
*/
treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-invalid),
treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-blocking),
treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-whitelist),
treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhide),
treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideexception),
-treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-cssproperty)
+treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideemulation)
{
direction: ltr;
text-align: end;
}
treechildren::-moz-tree-cell-text(col-filter, dummy-true)
{
font-style: italic;
@@ -170,17 +170,17 @@
treechildren::-moz-tree-cell-text(col-filter, type-whitelist, selected-false),
treechildren::-moz-tree-cell-text(col-filter, type-elemhideexception, selected-false)
{
color: #008000;
}
treechildren::-moz-tree-cell-text(col-filter, type-elemhide, selected-false),
-treechildren::-moz-tree-cell-text(col-filter, type-cssproperty, selected-false)
+treechildren::-moz-tree-cell-text(col-filter, type-elemhideemulation, selected-false)
{
color: #000080;
}
treechildren::-moz-tree-cell-text(col-slow)
{
font-size: 0px;
}
« no previous file with comments | « chrome/locale/en-US/global.properties ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld