1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Added notice when dom.webAudio.enabled is set to false

Fixes #592
This commit is contained in:
kkapsner 2022-01-30 17:50:59 +01:00
parent d4fc7027eb
commit 3d603b84d4
4 changed files with 38 additions and 23 deletions

View file

@ -37,7 +37,7 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
vertical-align: sub;
}
.resistFingerprintingNotice {
.resistFingerprintingNotice, .settingsNotice {
margin: 0.5em 0;
padding: 0.5em;
border: 1px solid var(--input-error-background-color);