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

Copy layouts

This commit is contained in:
error414 2024-04-11 21:45:27 +02:00
parent d5059f2430
commit 60d4523b34
4 changed files with 74 additions and 0 deletions

View file

@ -733,4 +733,25 @@ button {
.osdCustomElement_main_table select, .osdCustomElement_main_table input{
width: 100% !important;
}
.settings .btn a{
margin-top: 0;
margin-bottom: 0;
background-color: #37a8db;
border-radius: 3px;
border: 1px solid #3394b5;
color: #fff;
font-family: 'open_sansbold', Arial, serif;
font-size: 12px;
text-shadow: 0 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all ease 0.2s;
padding: 0 9px;
line-height: 22px;
}
.settings .btn a:hover {
background-color: #3394b5;
transition: all ease 0.2s;
}