MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 1: | Zeile 1: | ||
@media print { | @media print { | ||
.button--secondary { | .button--secondary { | ||
+ | display: none !important; | ||
+ | } | ||
+ | .usercentrics-root { | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | } |
Version vom 17. April 2023, 10:22 Uhr
@media print { .button--secondary { display: none !important; } .usercentrics-root { display: none !important; } }