mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
7 lines
135 B
CSS
7 lines
135 B
CSS
.action {
|
|
border-color: rgb(185, 185, 185);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(236, 237, 236);
|
|
} |