fix sidebar tooltip and label for addresses

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-05 17:31:00 -03:00
parent 80e2eb7378
commit 33b8412b97
1 changed files with 6 additions and 1 deletions

View File

@ -630,7 +630,6 @@ a.button-setup {
width: 100%;
padding: 0.3rem 0.7rem;
color: white;
border-bottom: 1px solid #374756;
}
.hidden {
@ -808,6 +807,12 @@ input[type=number]::-webkit-outer-spin-button {
background-color: #1ABC9C;
}
.addresses .label {
font-weight: normal;
padding: .2rem .3rem;
font-size: 8px;
}
.label.success {
background-color: #1ABC9C;
}