8
0

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

Datei anzeigen

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