Skip to content

Commit

Permalink
form: some UI fixed for the deposit form
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova authored and zzacharo committed Dec 13, 2024
1 parent 0c2fcf0 commit af4c393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@
flex: 1 1 auto;
}
}

.ui.form .flashed.message {
z-index: 0 !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@

}
}

.ui.disabled.input, .ui.input:not(.disabled) input[disabled] {
opacity: 1 !important;
}

0 comments on commit af4c393

Please sign in to comment.