mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-15 07:04:44 +01:00
19 lines
357 B
CSS
19 lines
357 B
CSS
![]() |
.collapsible .collapser {
|
||
|
color: rgb(244, 120, 255);
|
||
|
}
|
||
|
|
||
|
.hasHiddenActions {
|
||
|
color: rgb(240, 182, 245);
|
||
|
}
|
||
|
|
||
|
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
||
|
background-color: rgb(208, 255, 0);
|
||
|
}
|
||
|
|
||
|
.modal button {
|
||
|
border-color: rgb(208, 255, 0);
|
||
|
}
|
||
|
|
||
|
.modal button:active, .modal button:hover, .modal button:focus {
|
||
|
background-color: rgb(208, 255, 0);
|
||
|
}
|