Skip to content

Commit e673761

Browse files
author
wlorenzetti
committed
Reset effect for input.form-control class
1 parent 90346f7 commit e673761

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

g3w-admin/core/static/css/g3wadmin.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,13 @@ For general layout
280280
*/
281281
.pdl10 {
282282
padding-left: 10px;
283+
}
284+
285+
/*
286+
For to reset the .form-control class effect
287+
*/
288+
input.uploadwidget {
289+
border: none;
290+
padding: 0px;
291+
height: auto;
283292
}

g3w-admin/core/static/dist/css/g3wadmin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)