8
0
Fork 1

change color of "cancel login" button to a non EE defined one

Dieser Commit ist enthalten in:
Daniel Seifert 2018-10-23 11:55:07 +02:00
Ursprung 58fb0cb803
Commit e00602493a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -7,6 +7,6 @@
}
#login .btn.btn_cancel {
order: 2;
background: lightblue;
background: silver;
color: black;
}