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

Unified Diff: skin/new-options.css

Issue 29480624: Issue 5374 - Add filter list popup (Closed)
Patch Set: Created July 7, 2017, 6:12 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
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -460,7 +460,7 @@
#content-help a::before,
#dialog-close::before,
#custom-filters-add button::after,
-#dialog-body button::before,
+#dialog-body button:not([role="checkbox"])::before,
.date::before,
.time::before,
#all-filter-lists .arrow,
@@ -529,7 +529,7 @@
}
#content-help a::before,
-#dialog-body button::before
+#dialog-body button:not([role="checkbox"])::before
{
background-position: 0px -42px;
content: "";
@@ -1175,6 +1175,12 @@
margin: 4px 24px;
}
+#recommended-general-ads-block
Thomas Greiner 2017/07/25 10:30:54 Detail: That's a very specific selector for a pret
saroyanm 2017/07/28 17:54:55 I'll update that.
+{
+ max-height: 400px;
Thomas Greiner 2017/07/25 10:30:54 Detail: I couldn't find this number anywhere in th
saroyanm 2017/07/28 17:54:54 CSS will be updated completely in separate review
+ overflow: auto;
+}
+
#dialog h3,
#dialog label
{
@@ -1221,7 +1227,7 @@
padding: 12px 0px;
}
-#dialog-body button
+#dialog-body button:not([role="checkbox"])
{
background-color: #F5F5F5;
border: none;
@@ -1242,6 +1248,8 @@
word-wrap: break-word;
}
+body:not([data-dialog="recommended"]) #dialog-title-recommended,
+body:not([data-dialog="recommended"]) #dialog-content-recommended,
body:not([data-dialog="custom"]) #dialog-title-custom,
body:not([data-dialog="custom"]) #dialog-content-custom,
body:not([data-dialog="language"]) #dialog-title-language,
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld