mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Migrating fixes on default theme back to legacy style
This commit is contained in:
parent
24d26d7a44
commit
1a8f222e46
@ -9276,9 +9276,8 @@ strong {
|
||||
|
||||
.recommended-fee {
|
||||
box-sizing: border-box;
|
||||
color: #818EA9;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
font-size: smaller;
|
||||
color: #515664;
|
||||
position: absolute;
|
||||
top: calc(100% - 40px);
|
||||
left: 50%;
|
||||
@ -9413,7 +9412,6 @@ strong {
|
||||
text-align: center;
|
||||
width: inherit;
|
||||
display: table;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
font-size: 0px;
|
||||
width: 100%;
|
||||
@ -9433,6 +9431,7 @@ strong {
|
||||
.btnGroupLnd button {
|
||||
display: table-cell;
|
||||
border: solid 1px #24725B;
|
||||
background-color: #fff;
|
||||
padding: 6px 9px;
|
||||
margin: 0px;
|
||||
font-size: 12px;
|
||||
@ -9440,6 +9439,7 @@ strong {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.btnGroupLnd button:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user