mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Fix CSS button at the MSP TX window
This commit is contained in:
parent
054ab5e02a
commit
a3042e39cc
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
body {
|
||||
font-family: 'Segoe UI', Tahoma, sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: var(--sideBackground);
|
||||
color: #303030;
|
||||
margin: 10px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="/js/libraries/jquery.nouislider.min.css">
|
||||
<link type="text/css" rel="stylesheet" href="/js/libraries/jquery.nouislider.pips.min.css">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/css/main.css" media="all" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/tabs/receiver_msp.css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue