1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

Added theme for browser action popup

First draft for #232.
This commit is contained in:
kkapsner 2018-08-21 21:53:13 +02:00
parent 454873b6df
commit 1cb5f6efa9
8 changed files with 103 additions and 9 deletions

View 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);
}