Difference between revisions of "MediaWiki:Common.css"

Line 17: Line 17:
  
 
.wikitable {
 
.wikitable {
     border: 1px solid #808080 !important;
+
     background-color: #808080 border: 1px solid #808080 !important;
 
}
 
}

Revision as of 14:30, 11 April 2016

/* 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 {
    background-color: #808080 border: 1px solid #808080 !important;
}