.filledButton {
    background: #26d293;
}
.filledButton:hover {
    background: #13ba7d;
}
.filledButton[disabled="disabled"]:hover {
    background: #26d293;
}