mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 23:58:52 +01:00
5e5011f208
Fixes #236
24 lines
413 B
CSS
24 lines
413 B
CSS
body {
|
|
color: rgb(12, 12, 13);
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.collapsible .collapser {
|
|
color: blue;
|
|
}
|
|
|
|
.hasHiddenActions {
|
|
color: darkblue;
|
|
}
|
|
|
|
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
|
background-color: rgb(240, 240, 240);
|
|
}
|
|
|
|
.modal button {
|
|
border-color: rgb(240, 240, 240);
|
|
}
|
|
|
|
.modal button:active, .modal button:hover, .modal button:focus {
|
|
background-color: rgb(240, 240, 240);
|
|
} |