mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 11:22:25 -06:00
Fix file input font-size
This commit is contained in:
2
netbox/project-static/dist/netbox-dark.css
vendored
2
netbox/project-static/dist/netbox-dark.css
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox-light.css
vendored
2
netbox/project-static/dist/netbox-light.css
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox-print.css
vendored
2
netbox/project-static/dist/netbox-print.css
vendored
File diff suppressed because one or more lines are too long
@@ -31,7 +31,7 @@ a[type='button'] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
.form-control:not([type='file']) {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user