Skip to content

Commit

Permalink
Fix readonly field (#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 8, 2023
1 parent f16fea8 commit 7bf176c
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 7bf176c

Please sign in to comment.