mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Some adjustments to the VTX tab UI (#4042)
This commit is contained in:
parent
eb0ef767bf
commit
d4426b3045
2 changed files with 8 additions and 3 deletions
|
@ -1192,6 +1192,9 @@ dialog {
|
||||||
transition: all ease 0.0s;
|
transition: all ease 0.0s;
|
||||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.35);
|
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.35);
|
||||||
}
|
}
|
||||||
|
.helpicon {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
a.disabled {
|
a.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
|
@ -208,8 +208,8 @@
|
||||||
</span>
|
</span>
|
||||||
<label>
|
<label>
|
||||||
<span i18n="vtxTablePowerLevels"></span>
|
<span i18n="vtxTablePowerLevels"></span>
|
||||||
<div class="helpicon cf_tip" i18n_title="vtxTablePowerLevelsHelp"></div>
|
|
||||||
</label>
|
</label>
|
||||||
|
<div class="helpicon cf_tip" i18n_title="vtxTablePowerLevelsHelp"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field number table vtx_table_powerlevels_table">
|
<div class="field number table vtx_table_powerlevels_table">
|
||||||
<span>
|
<span>
|
||||||
|
@ -262,8 +262,10 @@
|
||||||
<a class="save_file" id="save_file_button" href="#" i18n="vtxButtonSaveFile"></a>
|
<a class="save_file" id="save_file_button" href="#" i18n="vtxButtonSaveFile"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn save_lua_btn">
|
<div class="btn save_lua_btn">
|
||||||
<a class="save_lua" id="save_lua_button" href="#" i18n="vtxButtonSaveLua"></a>
|
<a class="save_lua" id="save_lua_button" href="#">
|
||||||
<div id="vtxLuaFileTooltip" class="helpicon cf_tip" i18n_title="vtxLuaFileHelp"></div>
|
<span i18n="vtxButtonSaveLua"></span>
|
||||||
|
<div id="vtxLuaFileTooltip" class="helpicon cf_tip" i18n_title="vtxLuaFileHelp"></div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue