1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2019-09-04 08:39:09 +02:00
parent 054ab5e02a
commit a3042e39cc
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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>