Commit 302b2e53 authored by tlc2's avatar tlc2
Browse files

sign/verify message dialog styling

Former-commit-id: 7da7f6f1ec28f0e803b10a9eaa74c04e2abdcb6d
parent 54c9a2aa
Showing with 39 additions and 1 deletion
+39 -1
......@@ -496,7 +496,7 @@ border: 1px solid #f2f2f2;
}
/* openuri dialog */
#uriEdit
{
border: 1px solid #f2f2f2;
......@@ -505,3 +505,41 @@ background-color: #f2f2f2;
min-height: 25px;
}
/* sign/verify message dialog */
#addressIn_SM
{
border: 1px solid #f2f2f2;
color: #555555;
background-color: #f2f2f2;
min-height: 25px;
}
#signatureOut_SM
{
border: 1px solid #f2f2f2;
color: #555555;
background-color: #f2f2f2;
min-height: 25px;
}
#addressIn_VM
{
border: 1px solid #f2f2f2;
color: #555555;
background-color: #f2f2f2;
min-height: 25px;
}
#signatureIn_VM
{
border: 1px solid #f2f2f2;
color: #555555;
background-color: #f2f2f2;
min-height: 25px;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment