mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-28 08:54:13 +01:00
* do not allow negative amounts for crowdfund and payment requests * remove currency placeholder in payment requests * Improve date picker ui Clear button only appears when a value is set. If no value is set, display a placeholder indicating it. closes #625
21 lines
312 B
CSS
21 lines
312 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.siteFooter {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
vertical-align: middle;
|
|
font-size: 8px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
.only-for-js, .input-group-clear{
|
|
display: none;
|
|
}
|