1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-17 02:19:52 +02:00
CanvasBlocker/themes/colorful/pageAction.css
2019-05-02 23:46:20 +02:00

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);
}