.components-toolbar {
    background-color: rgba(128, 128, 128, 0.1);
    border-color: rgba(0, 0, 0, 0.3);
}

.toolbar-button {
    margin: 0;
    margin-left: 1;
    margin-bottom: 1;
    
    background-color: rgba(210, 210, 210, 0.55);
}
.toolbar-button:hover {
    background-color: rgba(180, 180, 180, 0.3);
}
.toolbar-button:checked {
    background-color: rgba(255, 255, 255, 0.5);
}