MediaWiki: Tweeki.css

Aus Wice CRM
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „CSS placed here will affect users of the Tweeki skin: .panel-footer { background-color: #f7bd7e; }“)
 
Zeile 2: Zeile 2:
 
.panel-footer {
 
.panel-footer {
 
   background-color: #f7bd7e;
 
   background-color: #f7bd7e;
 +
  border: none;
 
}
 
}

Version vom 18. Juni 2019, 15:27 Uhr

/* CSS placed here will affect users of the Tweeki skin */
.panel-footer {
  background-color: #f7bd7e;
  border: none;
}