MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* CSS placed here will affect users of the Tweeki skin */
 
/* CSS placed here will affect users of the Tweeki skin */
 
.btn {
 
.btn {
     background-color: #f1f3f4;
+
     background-color: #e8e8e8;
 
     border: 1px solid #575757;
 
     border: 1px solid #575757;
 
     color: #575757;
 
     color: #575757;

Version vom 28. Februar 2021, 17:26 Uhr

/* CSS placed here will affect users of the Tweeki skin */
.btn {
    background-color: #e8e8e8;
    border: 1px solid #575757;
    color: #575757;
    text-shadow: none;
    
}

.btn:hover {
    background-color: #C7105C;
    border: 1px solid #white;
    color: white; }