Skip to content

Commit 5e67627

Browse files
committed
Fix file input font-size
1 parent 19e77ed commit 5e67627

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

netbox/project-static/dist/netbox-dark.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.

netbox/project-static/dist/netbox-light.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.

netbox/project-static/dist/netbox-print.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.

netbox/project-static/styles/overrides.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ a[type='button'] {
3131
cursor: pointer;
3232
}
3333

34-
.form-control {
34+
.form-control:not([type='file']) {
3535
font-size: inherit;
3636
}
3737

0 commit comments

Comments
 (0)