mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
add missing styles
This commit is contained in:
parent
0d77c08d01
commit
426cf51e47
1 changed files with 3 additions and 3 deletions
6
main.css
6
main.css
|
@ -142,16 +142,16 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
background-image: url('./images/ic_settings_24px.svg');
|
background-image: url('./images/ic_settings_24px.svg');
|
||||||
|
|
||||||
background-position: -1px -1px;
|
background-position: -1px -1px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
#options:hover {
|
#options:hover {
|
||||||
opacity: 0.70;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
#options.active {
|
#options.active {
|
||||||
opacity: 0.70;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
#options.active:hover {
|
#options.active:hover {
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue