Benutzer:SniGG/vector.css: Unterschied zwischen den Versionen

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.prettytable td:hover {
.prettytable td:hover,
.wikitable td:hover {
background : #FFFF66 !important;
background : #FFFF66 !important;
}
}


.prettytable tr:hover {
.prettytable tr:hover,
.wikitable tr:hover {
  background: transparent;
  background: transparent;
}
}


.prettytable tr:not(:nth-child(1)):hover {
.prettytable tr:not(:nth-child(1)):hover,
.wikitable tr:not(:nth-child(1)):hover {
background : #FFFF99 !important;
background : #FFFF99 !important;
}
}

Version vom 16. Januar 2016, 00:24 Uhr

.prettytable td:hover, 
.wikitable td:hover {
background : #FFFF66 !important;
}

.prettytable tr:hover, 
.wikitable tr:hover {
 background: transparent;
}

.prettytable tr:not(:nth-child(1)):hover,
.wikitable tr:not(:nth-child(1)):hover {
background : #FFFF99 !important;
}