fix passphrase style

This commit is contained in:
bechi 2015-11-24 12:29:40 -03:00 committed by Javier
commit b090de4cd9
2 changed files with 17 additions and 8 deletions

View file

@ -403,6 +403,14 @@ ul.tx-copayers {
z-index: 9999;
}
.backup input[type="text"] {
border-bottom: 1px solid #CAD4DB;
}
.backup input[type="text"]:focus {
border-bottom: 1px solid #A5B2BF;
}
.date-message {
background-color: #213140;
border-radius: 3px;