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

Unified Diff: skin/options.css

Issue 29329095: Issue 2747 - Added empty state for tables in options page (Closed)
Patch Set: Created Dec. 11, 2015, 4:48 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 | « options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/options.css
===================================================================
--- a/skin/options.css
+++ b/skin/options.css
@@ -344,12 +344,9 @@
flex: 1;
}
-.table.list li:nth-child(odd)
-{
- background-color: #F5F5F5;
-}
-
-.table.cols li:nth-child(even)
+.table.list li:nth-child(odd),
+.table.cols li:nth-child(even),
+.table li.empty-placeholder
{
background-color: #F5F5F5;
}
@@ -585,6 +582,12 @@
-webkit-padding-start: 12px;
}
+#whitelisting .controls.mode-edit > button,
+#whitelisting .controls:not(.mode-edit) > div
+{
+ display: none;
+}
+
#whitelisting .controls input[type="text"]
{
border: 0px;
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld