Skip to content

Commit

Permalink
Fix readonly field
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 7, 2023
1 parent edff729 commit 45d8352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/tabs/motors.less
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
padding: 0 5px;
background-color: #ececec;
}
input[readonly] {
background-color: #AFAFAF;
border: none;
pointer-events: none;
text-shadow: none;
opacity: 0.5;
}
span {
margin-left: 0;
}
Expand Down

0 comments on commit 45d8352

Please sign in to comment.