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

This commit is contained in:
Daniel Seifert 2018-10-23 11:55:07 +02:00
parent 58fb0cb803
commit e00602493a
1 changed files with 1 additions and 1 deletions

View File

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