Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vidaru
crown-core
Commits
302b2e53
Commit
302b2e53
authored
8 years ago
by
tlc2
Browse files
Options
Download
Email Patches
Plain Diff
sign/verify message dialog styling
Former-commit-id: 7da7f6f1ec28f0e803b10a9eaa74c04e2abdcb6d
parent
54c9a2aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/qt/res/css/crown.css
+39
-1
src/qt/res/css/crown.css
with
39 additions
and
1 deletion
+39
-1
src/qt/res/css/crown.css
View file @
302b2e53
...
@@ -496,7 +496,7 @@ border: 1px solid #f2f2f2;
...
@@ -496,7 +496,7 @@ border: 1px solid #f2f2f2;
}
}
/* openuri dialog */
#uriEdit
#uriEdit
{
{
border
:
1px
solid
#f2f2f2
;
border
:
1px
solid
#f2f2f2
;
...
@@ -505,3 +505,41 @@ background-color: #f2f2f2;
...
@@ -505,3 +505,41 @@ background-color: #f2f2f2;
min-height
:
25px
;
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
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help