commit | f08ab96ed1a9ff44745dffbdf9ac142b4c3a9b53 | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Tue Jun 30 16:31:29 2015 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Mon Aug 10 15:22:40 2015 -0600 |
tree | 6abac181419fe2da605b7bb536daceb54b844975 | |
parent | 3c17d5fb89c10c765d091914fd2e68d8c5ed9614 [diff] [blame] |
Working. Buttons almost work. Change-Id: I03bc85a00de0a00504f5a0683e3c7736a286af75
diff --git a/client/query/query2.css b/client/query/query2.css index 3818f8b..23dbe1d 100644 --- a/client/query/query2.css +++ b/client/query/query2.css
@@ -13,3 +13,7 @@ max-height: 100%; overflow: auto; } + +.resultTable tr:nth-child(even) { + background-color: lightgray; +}