Skip to content

Commit f5579c8

Browse files
authored
Changes on Donationdash (#3)
* docker set up * new scrollbar and leadboard top donator style * counterjs integrated * step 3 done on dashboard * step 3 almost done with detectins * address book modal added * main step changed
1 parent 5c0b85b commit f5579c8

File tree

10 files changed

+390
-224
lines changed

10 files changed

+390
-224
lines changed

src/app/assets/QR/qr.png

26.3 KB
Loading

src/app/assets/icons/btc-icon-2.png

16.6 KB
Loading

src/app/assets/icons/btc-icon.png

31.6 KB
Loading

src/app/assets/icons/eth-icon.png

19.6 KB
Loading

src/app/assets/style.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@
3131
animation: loader 2s infinite ease;
3232
}
3333

34+
input::-webkit-outer-spin-button,
35+
input::-webkit-inner-spin-button {
36+
/* display: none; <- Crashes Chrome on hover */
37+
-webkit-appearance: none;
38+
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
39+
}
40+
41+
input[type='number'] {
42+
-moz-appearance: textfield; /* Firefox */
43+
}
44+
3445
@keyframes loader {
3546
0% {
3647
transform: rotate(0deg);

0 commit comments

Comments
 (0)