Fix the color of gang selection button:

This commit is contained in:
Senad Uka
2020-10-14 07:43:46 +02:00
parent fc32a15f1b
commit 0ad9935927
2 changed files with 7 additions and 3 deletions

View File

@@ -60,6 +60,10 @@
margin-left: 2em;
}
.gang-select-button {
background-color: #ee6e73;
}
.overflow {
width: 120px;
overflow: hidden;
@@ -73,4 +77,4 @@
.no-overflow {
white-space: nowrap;
}
}