mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
19 lines
339 B
CSS
19 lines
339 B
CSS
.collapsible .collapser {
|
|
color: blue;
|
|
}
|
|
|
|
.hasHiddenActions {
|
|
color: darkblue;
|
|
}
|
|
|
|
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
|
background-color: rgb(236, 237, 236);
|
|
}
|
|
|
|
.modal button {
|
|
border-color: rgb(236, 237, 236);
|
|
}
|
|
|
|
.modal button:active, .modal button:hover, .modal button:focus {
|
|
background-color: rgb(236, 237, 236);
|
|
} |