1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

add missing styles

This commit is contained in:
cTn 2014-10-28 17:46:04 +01:00
parent 0d77c08d01
commit 426cf51e47

View file

@ -142,16 +142,16 @@ input[type="number"]::-webkit-inner-spin-button {
height: 20px;
background-image: url('./images/ic_settings_24px.svg');
background-position: -1px -1px;
background-repeat: no-repeat;
opacity: 0.6;
}
#options:hover {
opacity: 0.70;
opacity: 0.7;
}
#options.active {
opacity: 0.70;
opacity: 0.7;
}
#options.active:hover {
opacity: 0.85;