1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

Drop less used settings

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-11-22 13:12:14 +01:00
parent 51945769c7
commit 28bb794dff
5 changed files with 360 additions and 416 deletions

View file

@ -12,7 +12,7 @@
.rate-tpa.rate-tpa--inav td,
.rate-tpa.rate-tpa--filtering td,
.rate-tpa.rate-tpa--misc td {
background-color: #DEDEDE;
background-color: #f3f3f3;
width: auto;
border-bottom: 1px solid #ccc;
}
@ -376,3 +376,7 @@
top: 10px;
position: relative;
}
.rate-tpa tbody {
/* background: #D6D6D6 linear-gradient(-45deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 30%, transparent 30%, transparent 40%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 60%, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 70%, transparent 70%, transparent 80%, rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 90%, transparent 90%, transparent 100%, rgba(255, 255, 255, .2) 100%, transparent); */
}