Skip to content

Commit

Permalink
Improve appearance of static readonly checkbox/radio
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Sep 12, 2024
1 parent 1135c23 commit ff79eeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ body.orbeon { background-color: @frBackground }
&.xforms-static {
.xforms-selected, .xforms-deselected {
min-height: @baseLineHeight;
background-size: 14px;
background-size: 1.5em;
background-repeat: no-repeat;
background-position: 0 3px;
background-position: 0 0;
cursor: not-allowed;
display: block; // https://github.com/orbeon/orbeon-forms/issues/4044

Expand Down

0 comments on commit ff79eeb

Please sign in to comment.