1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Some adjustments to the VTX tab UI (#4042)

This commit is contained in:
Míguel Ángel Mulero Martínez 2024-06-20 16:13:10 +02:00 committed by GitHub
parent eb0ef767bf
commit d4426b3045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -1192,6 +1192,9 @@ dialog {
transition: all ease 0.0s;
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.35);
}
.helpicon {
margin-left: 5px;
}
}
a.disabled {
cursor: default;

View file

@ -208,8 +208,8 @@
</span>
<label>
<span i18n="vtxTablePowerLevels"></span>
<div class="helpicon cf_tip" i18n_title="vtxTablePowerLevelsHelp"></div>
</label>
<div class="helpicon cf_tip" i18n_title="vtxTablePowerLevelsHelp"></div>
</div>
<div class="field number table vtx_table_powerlevels_table">
<span>
@ -262,8 +262,10 @@
<a class="save_file" id="save_file_button" href="#" i18n="vtxButtonSaveFile"></a>
</div>
<div class="btn save_lua_btn">
<a class="save_lua" id="save_lua_button" href="#" i18n="vtxButtonSaveLua"></a>
<div id="vtxLuaFileTooltip" class="helpicon cf_tip" i18n_title="vtxLuaFileHelp"></div>
<a class="save_lua" id="save_lua_button" href="#">
<span i18n="vtxButtonSaveLua"></span>
<div id="vtxLuaFileTooltip" class="helpicon cf_tip" i18n_title="vtxLuaFileHelp"></div>
</a>
</div>
</div>