Set text color for popups

Fixes #226.
This commit is contained in:
kkapsner 2018-08-19 23:25:19 +02:00
parent 0d5c9beeb3
commit 212cce2ed3
4 changed files with 7 additions and 10 deletions

View File

@ -18,6 +18,7 @@ div {
z-index: 1;
position: relative;
white-space: nowrap;
color: #505050;
}
.action + .action {

View File

@ -54,20 +54,14 @@
"page": "options/options.html"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"19": "icons/browserAction-notPrinted.svg",
"38": "icons/browserAction-notPrinted.svg"
},
"browser_style": false,
"default_icon": "icons/browserAction-notPrinted.svg",
"default_title": "CanvasBlocker",
"default_popup": "browserAction/browserAction.html"
},
"page_action": {
"browser_style": true,
"default_icon": {
"19": "icons/pageAction-printed.svg",
"38": "icons/pageAction-printed.svg"
},
"browser_style": false,
"default_icon": "icons/pageAction-printed.svg",
"default_popup": "pageAction/pageAction.html"
},
"author": "Korbinian Kapsner",

View File

@ -8,6 +8,7 @@ body {
padding-right: 23px;
white-space: nowrap;
position: relative;
color: black;
}
#prints {

View File

@ -10,6 +10,7 @@ Version 0.5.3:
fixes:
- CSP did not work properly for worker-src
- detection if the options page was displayed in a separate tab did not work reliably
- popup text not readable in some dark themes
known issues:
- if a data URL is blocked the page action button does not appear