mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-19 10:46:09 +00:00
#6797: Fix Safari anchor element styling issue
This commit is contained in:
parent
7b3d285884
commit
a60e8d3e12
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
@ -119,6 +119,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Fix the hideous way Safari shows button anchor elements.
|
||||
a[type='button'] {
|
||||
-webkit-appearance: unset !important;
|
||||
}
|
||||
|
||||
// Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.
|
||||
table td > .progress {
|
||||
min-width: 6rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user