Skip to content

Commit

Permalink
fix styling for 'Date and Time'
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Oct 22, 2022
1 parent a8853ed commit 9c8bc8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
outline: 0 none !important;
}

#message-section≡grid-2-grid≡topic-control≡select1≡≡c {
#message-section≡grid-2-grid≡topic-control≡select1≡≡c, #fr-view-component≡typed-controls-section≡grid-3-grid≡us-state-control≡select1≡≡c {
height: 28px;
}
}
4 changes: 4 additions & 0 deletions form-runner/jvm/src/main/assets/xbl/orbeon/number/number.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
border-bottom-right-radius: 0;
}

.xbl-fr-number-visible-input {
border-radius: 0 4px 4px 0 !important;
}

.xbl-fr-number-visible-input {
margin-left: -1px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.input-group .xforms-input-input {
max-width: 130px;
border-radius: 0 !important;
border-radius: 4px 0 0 4px !important;
}

.input-group-text {
Expand Down

0 comments on commit 9c8bc8b

Please sign in to comment.