mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#11349 Fix invisible css class to display none
This commit is contained in:
parent
e3445964c4
commit
aa74ba0546
@ -9111,7 +9111,7 @@ a.text-dark:hover {
|
||||
visibility: visible !important;
|
||||
}
|
||||
.invisible {
|
||||
visibility: hidden !important;
|
||||
display: none;
|
||||
}
|
||||
@media print {
|
||||
*,
|
||||
|
Loading…
x
Reference in New Issue
Block a user