16 lines
290 B
CSS
16 lines
290 B
CSS
.songSelectorButton {
|
|
background-color: #e3e6e7;
|
|
padding: 5px;
|
|
}
|
|
|
|
.songSelectorButton:nth-child(2n) {
|
|
background-color: #cacbce;
|
|
}
|
|
|
|
.songSelectorButton.selected {
|
|
background-color: #a0c3e5;
|
|
border-radius: 2px;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-color: #285786;
|
|
} |