appearance: Colour latched/locked according to design

This commit is contained in:
Dorota Czaplejewicz
2020-12-04 16:27:49 +00:00
parent 7b1755a489
commit 89b1f51ed5
2 changed files with 12 additions and 2 deletions

View File

@ -31,11 +31,16 @@ sq_button.wide {
border-color: #3e3a44;
}
sq_button.locked {
sq_button.latched {
background: #ffffff;
color: #2b292f;
}
sq_button.locked {
background: #ffffff;
color: #1c71d8;
}
sq_button.action {
font-size: 0.75em;
}