MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 828: | Zeile 828: | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | } | ||
table. | table.nosort.sortable th.headerSort { | ||
background-image: none !important; /* Entfernt Pfeile */ | |||
cursor: default !important; /* Kein Cursor-Wechsel */ | |||
pointer-events: none !important; /* Deaktiviert Klicks */ | |||
} | } | ||
table. | table.nosort.sortable th.headerSort:hover { | ||
background-color: inherit !important; /* Kein Hover-Effekt */ | |||
} | } | ||