diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-15 19:22:30 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-15 19:22:30 -0400 |
commit | 099909287f23bbc9e2deee2e4cd8cf9b17c88618 (patch) | |
tree | 85871790a70eadfffd51a39ffc3cfc170c483d23 /ext/bg/css | |
parent | 4443ad370e00db06334305e6223c3432c33ac992 (diff) |
Show warning messages if persistant storage fails
Only Firefox seems to support persistent storage properly.
Diffstat (limited to 'ext/bg/css')
-rw-r--r-- | ext/bg/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css index f204681b..b3d5b884 100644 --- a/ext/bg/css/settings.css +++ b/ext/bg/css/settings.css @@ -141,10 +141,10 @@ .btn-inner-middle { vertical-align: middle; } -.storage-persist-button-inner { +.storage-button-inner { pointer-events: none; } -input[type=checkbox]#storage-persist-button-checkbox { +input[type=checkbox].storage-button-checkbox { margin: 0 0.375em 0 0; padding: 0; } |