mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-10 23:28:51 +01:00
5e5011f208
Fixes #236
24 lines
413 B
CSS
24 lines
413 B
CSS
body {
|
|
color: rgb(60, 62, 60);
|
|
background-color: rgb(249, 250, 249);
|
|
}
|
|
|
|
.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);
|
|
} |