Hi, the standard pagination buttons colour is wrong for our form but i can't seem to select the button background, this is my CSS
.form-pagination-btn .pagination-btn.next-btn{
color: #fff;
background-color: #8A235B;
font-family: Open Sans,Arial;
font-size: 14px;
padding: 3px 10px;
border-radius: 4px;
box-shadow: 0 1px 2px #000;
border: none;
}
this is the standard css from the K12 tools
.pdc-b0270154-4154-4e25-ab46-da3524372522 .form-pagination-btn .pagination-btn.next-btn {
font-family: Arial;
color: #FFFFFF;
font-size: 13px;
font-weight: inherit;
font-style: normal;
text-decoration: normal;
background-color: #65873B;
border-top-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
}
I need to customise the background colour but how do i select it?