Skip to content

Commit

Permalink
Reset effect for input.form-control class
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Jan 18, 2025
1 parent 90346f7 commit e673761
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions g3w-admin/core/static/css/g3wadmin.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,13 @@ For general layout
*/
.pdl10 {
padding-left: 10px;
}

/*
For to reset the .form-control class effect
*/
input.uploadwidget {
border: none;
padding: 0px;
height: auto;
}
2 changes: 1 addition & 1 deletion g3w-admin/core/static/dist/css/g3wadmin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e673761

Please sign in to comment.