|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
|
|
.udapp { |
|
|
|
|
padding: 1em; |
|
|
|
|
border: 1px dotted #4D5686; |
|
|
|
@ -90,7 +89,10 @@ |
|
|
|
|
white-space: pre; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .result { position: relative; } |
|
|
|
|
.udapp .result { |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .output .result .returned, |
|
|
|
|
.udapp .output .result .value, |
|
|
|
|
.udapp .output .result .waiting, |
|
|
|
@ -107,7 +109,9 @@ |
|
|
|
|
width: 2.5em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .output .result:last-child { margin: 0; } |
|
|
|
|
.udapp .output .result:last-child { |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .output:empty { |
|
|
|
|
display: none; |
|
|
|
@ -162,13 +166,11 @@ |
|
|
|
|
content: "\25B6"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.udapp .contractProperty { |
|
|
|
|
overflow: auto; |
|
|
|
|
margin-bottom: 0.4em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.udapp input, |
|
|
|
|
.udapp button { |
|
|
|
|
width: 33%; |
|
|
|
@ -184,7 +186,10 @@ |
|
|
|
|
border-radius: 3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp input { border-left: 0 none;} |
|
|
|
|
.udapp input { |
|
|
|
|
border-left: 0 none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp button { |
|
|
|
|
background-color: #666; |
|
|
|
|
color: #4C4B4B; |
|
|
|
@ -269,9 +274,9 @@ |
|
|
|
|
white-space: pre; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .events .event .name { margin-right: 0.5em; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.udapp .events .event .name { |
|
|
|
|
margin-right: 0.5em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .legend { |
|
|
|
|
font-size: 12px; |
|
|
|
@ -295,6 +300,14 @@ |
|
|
|
|
width: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .legend .attach:before { background-color: #62B762; } |
|
|
|
|
.udapp .legend .transact:before { background-color: #D42828; } |
|
|
|
|
.udapp .legend .call:before { background-color: #556DF3; } |
|
|
|
|
.udapp .legend .attach:before { |
|
|
|
|
background-color: #62B762; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .legend .transact:before { |
|
|
|
|
background-color: #D42828; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.udapp .legend .call:before { |
|
|
|
|
background-color: #556DF3; |
|
|
|
|
} |
|
|
|
|