CIM79 - Filter on productname in asset view

This commit is contained in:
“VeLiTi”
2024-05-17 11:51:37 +02:00
parent 2036869663
commit ebecc808ef
5 changed files with 46 additions and 5 deletions

View File

@@ -2670,4 +2670,16 @@ h4.label {
#support_btn img:hover{
transform: scale(1.5);
}
.cancel_link {
white-space: nowrap;
text-align: center;
background: #b44a4a;
border: 0;
padding: 5px 0;
font-size: 9px;
margin-top: 5px;
cursor: pointer;
border-radius: 4px;
}