MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 12: Zeile 12:
 
.select2-selection-limit {
 
.select2-selection-limit {
 
     color: #000000    !important;
 
     color: #000000    !important;
 +
}
 +
 +
     
 +
 +
.wikitable {
 +
    color: #808080 !important;
 
}
 
}

Version vom 11. April 2016, 13:22 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.hidden {
    display: none !important;
    visibility: hidden;
}

.qtip {
    max-width: 800px !important;
}

.select2-selection-limit {
    color: #000000    !important;
}

       

.wikitable {
    color: #808080 !important;
}