fixes to mandatory addon display
This commit is contained in:
parent
27c41a6187
commit
d3e0fdd941
3 changed files with 15 additions and 16 deletions
|
|
@ -66,4 +66,13 @@
|
|||
.btn-success.shadow:hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 0.25rem 0.75rem rgba(25, 135, 84, 0.2) !important;
|
||||
}
|
||||
|
||||
/* Ensure collapse starts properly hidden */
|
||||
#managedServiceIncludes {
|
||||
transition: all 0.35s ease;
|
||||
}
|
||||
|
||||
#managedServiceIncludes:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue