MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 413: Zeile 413:
}
}


/* Buttons: Größe & Klickfläche, aber Bild erhalten */
.whisky-glass {
.whisky-glass {
   width: 36px;   /* vorher ggf. 24px */
   width: 36px;
   height: 36px;
   height: 36px;
   padding: 0;
   padding: 0;
   border: none;
   border: none;
   background: transparent;
   background-color: transparent;       /* NICHT: background: transparent; */
   touch-action: manipulation;
   touch-action: manipulation;
  /* falls noch nicht gesetzt: */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;            /* oder 100% 100% */
  display: inline-block;              /* sicherheitshalber */
  cursor: pointer;
}
}