Difference between revisions of "MediaWiki:Common.css"

Line 10: Line 10:
 
}
 
}
  
.select2-sizer {
+
.select2-selection-limit {
 
       Black-space !important;
 
       Black-space !important;
 
}
 
}

Revision as of 13:22, 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 {
      Black-space !important;
}