mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
cleanup
This commit is contained in:
parent
e429cf623d
commit
01dc2f51a8
1 changed files with 5 additions and 13 deletions
18
main.css
18
main.css
|
@ -37,12 +37,6 @@ a.disabled {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Help-Icon */
|
/* Help-Icon */
|
||||||
.helpicon:hover {
|
|
||||||
opacity: 1.0;
|
|
||||||
background-image: url(images/icons/cf_icon_info_green.svg);
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.helpicon {
|
.helpicon {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
|
@ -57,14 +51,12 @@ a.disabled {
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.helpicon:hover {
|
||||||
|
opacity: 1.0;
|
||||||
|
background-image: url(images/icons/cf_icon_info_green.svg);
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Change here the content of the documentation button in all tabs!!!
|
|
||||||
|
|
||||||
.cf_doc_version_bt a:before {
|
|
||||||
content:"Documentation 1.10";
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
.cf_doc_version_bt a {
|
.cf_doc_version_bt a {
|
||||||
padding: 1px 9px 1px 9px;
|
padding: 1px 9px 1px 9px;
|
||||||
margin-top: -45px;
|
margin-top: -45px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue