Skip to content
Snippets Groups Projects
Commit 782b6f9b authored by cramakri's avatar cramakri
Browse files

LMS-2784 Minor UI polishing

SVN: 24403
parent 86ec0597
No related branches found
No related tags found
No related merge requests found
...@@ -103,3 +103,16 @@ background-color: white; ...@@ -103,3 +103,16 @@ background-color: white;
.plasmid-table-data-cell { .plasmid-table-data-cell {
overflow: hidden; overflow: hidden;
} }
#plasmid-table tr:nth-child(odd) {
background-color:#eee;
}
#plasmid-table tr:nth-child(even) {
background-color:#fff;
}
#plasmid-table tr.plasmid-table-header {
background-color:#AAA;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment