Merge pull request #3 from tricopterY/tricopterY-patch-1-2

Update pid_tuning.css
10.3.x-maintenance
tricopterY 2015-03-10 16:07:11 +11:00
commit 7d4471cebb
1 changed files with 6 additions and 1 deletions

View File

@ -90,6 +90,11 @@
float: right;
width: calc(40% - 10px); /* - ( "virtual" margin) */
}
.tab-pid_tuning .rate-tpa .tpa{
float: right;
border: 1px solid #ADDFAC; /*THEME CHANGE HERE*/
width: calc(100% - 10px); /* - ( "virtual" margin) */
}
.tab-pid_tuning .buttons {
width: calc(100% - 20px);
@ -118,4 +123,4 @@
.tab-pid_tuning .update:hover,
.tab-pid_tuning .refresh:hover {
background-color: #dedcdc;
}
}