Skip to content

Commit

Permalink
fix input bar styling for controls review page
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Nov 13, 2022
1 parent 38ae6fa commit 3f40873
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,27 @@
border-top: 1px solid #ddd;
}

// controls review page
.xforms-field, #text-controls-section≡grid-2-grid≡htmlarea-control≡xf-695,
#text-controls-section≡grid-1-grid≡textarea-control≡≡c, #text-controls-section≡grid-1-grid≡textarea-counter-control≡field≡≡c {
border: 1px solid #ccc;
border-radius: 4px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
background-color: #f2f2f2;
cursor: not-allowed;

display: inline-block;
box-sizing: border-box;
width: 100%;
padding: 4px 6px;
margin-bottom: 0;
line-height: 20px;
font-size: 13px;
color: black;
background-image: none;
white-space: normal;
word-wrap: break-word;
min-height: 28px;
height: auto;
}
}

0 comments on commit 3f40873

Please sign in to comment.