src/themes/themes.blue.css [73:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

a:hover,
a:focus {
    color: inherit;
}


.background-active,
.hover-active:hover,
button:active, 
button.active, 
button:hover,
button:hover::before,
.bttn:active,
.bttn:hover  {
    background-color: #0077ce;
    color: white;
}

.hover-primary2:hover,
.background-primary2 {
    background-color: #006dbc;
    color: white;
}

.background-selected,
.background-selected.hover-editing:hover {
    background-color: #D0EBFE;
}


.border-active,
button,
.bttn.bordered {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/themes/themes.wac.css [78:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

a:hover,
a:focus {
    color: inherit;
}


.background-active,
.hover-active:hover,
button:active, 
button.active, 
button:hover,
button:hover::before,
.bttn:active,
.bttn:hover  {
    background-color: #0077ce;
    color: white;
}

.hover-primary2:hover,
.background-primary2 {
    background-color: #006dbc;
    color: white;
}

.background-selected,
.background-selected.hover-editing:hover {
    background-color: #D0EBFE;
}


.border-active,
button,
.bttn.bordered {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



