mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
parent
454873b6df
commit
1cb5f6efa9
8 changed files with 103 additions and 9 deletions
12
browserAction/browserAction-default.css
Normal file
12
browserAction/browserAction-default.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
body {
|
||||
color: rgb(60, 62, 60);
|
||||
background-color: rgb(249, 250, 249);
|
||||
}
|
||||
|
||||
.action {
|
||||
border-color: rgb(190, 190, 190);
|
||||
}
|
||||
|
||||
.action:active, .action:hover, .action:focus {
|
||||
background-color: rgb(185, 185, 185);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue