1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-23 05:10:27 +01:00
CanvasBlocker/data/options.css

42 lines
1.0 KiB
CSS
Raw Normal View History

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;
}
setting[pref-name="notificationDisplayTime"]{
border-top: 0px transparent none;
border-bottom: 0px transparent none;
}
setting[pref-name="ignoreList"]{
border-top: 0px transparent none;
padding-bottom: 0.5em;
}
setting[pref-name="showCallingFile"]{
border-bottom: 0px transparent none;
padding-top: 0.5em;
}
setting[pref-name="showCompleteCallingStack"]{
border-top: 0px transparent none;
padding-bottom: 0.5em;
2015-12-31 13:37:27 +01:00
}
setting[pref-name="stackList"]{
border-top: 0px transparent none;
padding-bottom: 0.5em;
}