|
|
| Line 1: |
Line 1: |
| /* Limpeza profunda do collapsible na grelha de produtos */
| |
| .product-item .mw-collapsible {
| |
| background: transparent !important;
| |
| border: none !important;
| |
| width: 100% !important;
| |
| }
| |
|
| |
|
| .product-item .mw-collapsible-content {
| |
| background: transparent !important;
| |
| border: none !important;
| |
| padding: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
|
| |
| /* Remove o ícone padrão de "seta" ou [Expandir] que o MediaWiki cria */
| |
| .product-item .mw-collapsible-toggle {
| |
| float: none !important;
| |
| background: transparent !important;
| |
| border: none !important;
| |
| padding: 0 !important;
| |
| }
| |
|
| |
| /* Esconde o link automático de texto que o MediaWiki pode injetar */
| |
| .product-item .mw-collapsible-toggle-default {
| |
| display: none !important;
| |
| }
| |
|
| |
|
|
| |
|