You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
394 B
Plaintext
21 lines
394 B
Plaintext
2 months ago
|
|
||
|
|
||
|
.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);
|
||
|
}
|