mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Altered checkbox/radio accent color & size (#4195)
This commit is contained in:
parent
0a7f22bcb5
commit
f8601c3293
4 changed files with 13 additions and 5 deletions
|
@ -129,9 +129,9 @@ input, select, .select2-selection--single {
|
|||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
&[type="range"], &[type="checkbox"] {
|
||||
&[type="range"], &[type="checkbox"], &[type="radio"] {
|
||||
min-width: 0;
|
||||
height: unset !important;
|
||||
accent-color: var(--primary-400);
|
||||
}
|
||||
}
|
||||
.ms-choice {
|
||||
|
@ -144,9 +144,7 @@ input, select, .select2-selection--single {
|
|||
min-width: 4rem !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
input {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
select, input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -62,6 +62,10 @@
|
|||
padding: 0 6px;
|
||||
}
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
list-style: circle;
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
input {
|
||||
vertical-align: middle;
|
||||
margin: 0 5px 0 15px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.first {
|
||||
margin: 0 5px 0 0;
|
||||
|
|
|
@ -87,6 +87,10 @@
|
|||
line-height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
input[type="number"] {
|
||||
&::-webkit-inner-spin-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue