1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix file input font-size

This commit is contained in:
thatmattlove
2021-08-30 11:09:44 -07:00
parent 19e77ed456
commit 5e67627e6b
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ a[type='button'] {
cursor: pointer;
}
.form-control {
.form-control:not([type='file']) {
font-size: inherit;
}