MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 21: Zeile 21:
  
 
th {
 
th {
     background-color: #4CAF50 ; color: white  !important;
+
     background-color: #4CAF50 !important;
 
    
 
    
 
}
 
}

Version vom 11. April 2016, 14:40 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.th {
 #   background-color: #808080 !important;
#}

th {
    background-color: #4CAF50  !important;
  
}