CanvasBlocker/themes/light/browserAction.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);
}