ui: USD prices (single/total) in wallet/wallets, tooltip header update.

This commit is contained in:
gerlofvanek
2023-06-26 20:01:09 +02:00
parent 88fd8ac23e
commit 416b003da9
5 changed files with 495 additions and 85 deletions

View File

@@ -106,9 +106,25 @@
}
}
/* Add this to your existing CSS file */
.error {
border: 1px solid red !important;
}
.active-container {
position: relative;
border-radius: 5px;
}
.active-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid rgb(77, 132, 240);
border-radius: inherit;
pointer-events: none;
}