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

Added option to store data for persistent rng.

Fixes #102.
This commit is contained in:
kkapsner 2017-02-10 17:37:35 +01:00
parent 3b14e56537
commit a8611230b1
7 changed files with 99 additions and 8 deletions

View file

@ -1,3 +1,21 @@
setting[pref-name="rng"] {
border-bottom: 0px transparent none;
padding-top: 0.5em;
}
setting[pref-name="storePersistentRnd"]{
border-top: 0px transparent none;
border-bottom: 0px transparent none;
}
setting[pref-name="persistentRndStorage"]{
border-top: 0px transparent none;
border-bottom: 0px transparent none;
display: none;
}
setting[pref-name="clearPersistentRnd"]{
border-top: 0px transparent none;
border-bottom: 0px transparent none;
}
setting[pref-name="showNotifications"] {
border-bottom: 0px transparent none;
padding-top: 0.5em;