1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00
This commit is contained in:
skaman82 2015-11-11 12:01:53 +01:00
parent e429cf623d
commit 01dc2f51a8

View file

@ -37,12 +37,6 @@ a.disabled {
}
/* Help-Icon */
.helpicon:hover {
opacity: 1.0;
background-image: url(images/icons/cf_icon_info_green.svg);
transition: none;
}
.helpicon {
float: right;
margin-top: 7px;
@ -57,14 +51,12 @@ a.disabled {
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 {
padding: 1px 9px 1px 9px;
margin-top: -45px;