mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
7 lines
135 B
CSS
7 lines
135 B
CSS
.action {
|
|
border-color: rgb(222, 222, 222);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(240, 240, 240);
|
|
} |