mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
removing refresh button
This commit is contained in:
parent
0eaa88aea3
commit
c41af11a6c
2 changed files with 1 additions and 12 deletions
|
@ -72,16 +72,6 @@ a:hover {
|
|||
line-height: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
#port-picker a.refresh {
|
||||
margin-right: 10px;
|
||||
|
||||
background-color: #5569d0;
|
||||
color: white;
|
||||
}
|
||||
#port-picker a.refresh:hover {
|
||||
text-decoration: none;
|
||||
background-color: #424d84;
|
||||
}
|
||||
#port-picker a.connect {
|
||||
margin-right: 10px;
|
||||
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
</li>
|
||||
<li>
|
||||
<a class="connect" href="#" title="">Connect</a>
|
||||
<a class="refresh" href="#" title="">Refresh</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue