mirror of
https://github.com/corda/corda.git
synced 2025-02-22 10:10:59 +00:00
Added colours to the fixed and floating leg in create deal.
This commit is contained in:
parent
b2d7630021
commit
28c083c5f8
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user