mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-18 17:38:46 +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);
|
|
} |