Added colours to the fixed and floating leg in create deal.

This commit is contained in:
Clinton Alexander 2016-07-12 11:12:01 +01:00
parent b2d7630021
commit 28c083c5f8

View File

@ -2,7 +2,7 @@
background-color: #EEFAEE;
}
#fixedleg tbody tr:nth-child(even), #fixedleg thead th {
#createfixedleg, #fixedleg tbody tr:nth-child(even), #fixedleg thead th {
background-color: #D0FAD0;
}
@ -10,6 +10,6 @@
background-color: #FAEEEE;
}
#floatingleg tbody tr:nth-child(even), #floatingleg thead th {
#createfloatingleg, #floatingleg tbody tr:nth-child(even), #floatingleg thead th {
background-color: #FAD0D0;
}