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

Unified Diff: chrome/skin/filters.css

Issue 29357368: Issue 4525 - Filter Preferences: Move findbar to the top of the filters list (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Created Oct. 14, 2016, 8:09 a.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
« chrome/content/ui/filters-search.js ('K') | « chrome/content/ui/filters-search.js ('k') | no next file » | 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
@@ -214,16 +214,21 @@ treechildren::-moz-tree-image(col-enable
treechildren::-moz-tree-image(col-slow, slow-true)
{
list-style-image: url(slow.png);
}
/* Findbar */
+#findbar
+{
+ border-top: 1px solid #888;
+}
+
#findbar-closebutton
{
list-style-image: url(close.png);
-moz-image-region: rect(0px, 14px, 14px, 0px);
}
#findbar-closebutton:hover
{
« chrome/content/ui/filters-search.js ('K') | « chrome/content/ui/filters-search.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld