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:
parent
d5059f2430
commit
60d4523b34
4 changed files with 74 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue