mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
Hide description fields through css display none
This commit is contained in:
parent
69f8e8abb8
commit
d0327c8b0d
@ -400,5 +400,8 @@ textarea {
|
|||||||
background-color: #cd3c3c;
|
background-color: #cd3c3c;
|
||||||
}
|
}
|
||||||
i.fa-comment-o {
|
i.fa-comment-o {
|
||||||
visibility:hidden;
|
display:inline;
|
||||||
|
}
|
||||||
|
.iface-description {
|
||||||
|
display:none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user