MediaWiki:Common.css: Unterschied zwischen den Versionen

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