fix sidebar tooltip and label for addresses
This commit is contained in:
parent
80e2eb7378
commit
33b8412b97
1 changed files with 6 additions and 1 deletions
|
|
@ -630,7 +630,6 @@ a.button-setup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.3rem 0.7rem;
|
padding: 0.3rem 0.7rem;
|
||||||
color: white;
|
color: white;
|
||||||
border-bottom: 1px solid #374756;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
@ -808,6 +807,12 @@ input[type=number]::-webkit-outer-spin-button {
|
||||||
background-color: #1ABC9C;
|
background-color: #1ABC9C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.addresses .label {
|
||||||
|
font-weight: normal;
|
||||||
|
padding: .2rem .3rem;
|
||||||
|
font-size: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.label.success {
|
.label.success {
|
||||||
background-color: #1ABC9C;
|
background-color: #1ABC9C;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue