commit
7d4471cebb
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue