1
0
Fork 0
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:
cTn 2013-11-20 12:24:56 +01:00
parent 0eaa88aea3
commit c41af11a6c
2 changed files with 1 additions and 12 deletions

View file

@ -72,16 +72,6 @@ a:hover {
line-height: 18px; line-height: 18px;
text-align: center; 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 { #port-picker a.connect {
margin-right: 10px; margin-right: 10px;

View file

@ -71,8 +71,7 @@
</select> </select>
</li> </li>
<li> <li>
<a class="connect" href="#" title="">Connect</a> <a class="connect" href="#" title="">Connect</a>
<a class="refresh" href="#" title="">Refresh</a>
</li> </li>
</ul> </ul>
</div> </div>