minor UI changes
This commit is contained in:
parent
dfb0627f1e
commit
d076a69cea
@ -76,7 +76,7 @@ a.button {
|
||||
border-radius: 0.3rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
fieldset {
|
||||
@ -111,6 +111,7 @@ button:not(:disabled) {
|
||||
}
|
||||
|
||||
.button {
|
||||
color: var(--accent-color);
|
||||
background-color: rgba(var(--text-color), 0.06);
|
||||
}
|
||||
.button--primary, .button--danger {
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -76,7 +76,7 @@ a.button {
|
||||
border-radius: 0.3rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
color: var(--accent-color);
|
||||
}
|
||||
fieldset {
|
||||
border: none;
|
||||
@ -105,6 +105,7 @@ button {
|
||||
}
|
||||
}
|
||||
.button {
|
||||
color: var(--accent-color);
|
||||
background-color: rgba(var(--text-color), 0.06);
|
||||
&--primary,
|
||||
&--danger {
|
||||
|
||||
@ -351,9 +351,9 @@
|
||||
</div>
|
||||
<div class="grid gap-0-5">
|
||||
<div class="flex align-center space-between">
|
||||
<h4>Owned assets on exchange</h4>
|
||||
<h4>Asset balance</h4>
|
||||
<div class="flex align-center gap-0-5">
|
||||
<a href="#/history" class="button">History</a>
|
||||
<a href="#/history" class="button">See history</a>
|
||||
<div class="tooltip">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
@ -2595,6 +2595,7 @@
|
||||
}
|
||||
})
|
||||
document.addEventListener('popupclosed', e => {
|
||||
zIndex--
|
||||
switch (e.target.id) {
|
||||
case 'portfolio_popup':
|
||||
hideWalletResult()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user