mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Add comments & tweak padding
This commit is contained in:
parent
ae0b372128
commit
d555413254
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -45,15 +45,16 @@ table a {
|
|||||||
background-color: rgba(var(--tblr-primary-rgb),.48)
|
background-color: rgba(var(--tblr-primary-rgb),.48)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do not apply padding to <code> elements inside a <pre>
|
||||||
pre code {
|
pre code {
|
||||||
padding: unset;
|
padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Use an icon instead of Tabler's native "caret" for dropdowns (avoids a Safari bug)
|
||||||
.dropdown-toggle:after{
|
.dropdown-toggle:after{
|
||||||
font-family: "Material Design Icons";
|
font-family: "Material Design Icons";
|
||||||
content: '\F0140';
|
content: '\F0140';
|
||||||
padding-right: 7px;
|
padding-right: 9px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user