mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Merge pull request #1822 from dennisreimann/fix-1816
UI: Fix custom-select glitch
This commit is contained in:
commit
901f3c4f7a
1 changed files with 6 additions and 0 deletions
|
@ -2502,6 +2502,8 @@ input[type="button"].btn-block {
|
|||
background-color: var(--btcpay-color-white);
|
||||
border: 1px solid var(--btcpay-color-neutral-300);
|
||||
border-radius: 0.25rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
.custom-select:focus {
|
||||
border-color: var(--btcpay-color-primary-backdrop);
|
||||
|
@ -2593,6 +2595,8 @@ input[type="button"].btn-block {
|
|||
height: calc(1rem + 0.4rem);
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
.custom-range:focus {
|
||||
outline: none; }
|
||||
|
@ -3779,6 +3783,8 @@ button.close {
|
|||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
|
||||
a.close.disabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue