mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix <pre> styling
This commit is contained in:
parent
94e6dd6752
commit
2ee68d3428
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -35,6 +35,6 @@ pre.change-diff {
|
||||
// <pre> elements displayed with a border
|
||||
pre.block {
|
||||
padding: $spacer;
|
||||
border: 1px;
|
||||
border: 1px solid $border-color;
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
@ -1,3 +1,9 @@
|
||||
// Restore default foreground & background colors for <pre> blocks
|
||||
pre {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
// Buttons
|
||||
.btn {
|
||||
// Tabler sets display: flex
|
||||
|
Loading…
Reference in New Issue
Block a user