<pre><span><style>

/* To change floating button 1*/

div[id*='screenScrollView'] :nth-of-type(1) .floating-btn-style {
background-color: green;
}

/* To change floating button 2*/

div[id*='screenScrollView'] :nth-of-type(2) .floating-btn-style {
background-color: blue;
}

Untitled