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

Changed preferencePane styling to self hosted module.

This commit is contained in:
kkapsner 2015-05-15 11:21:14 +02:00
parent 3bcdbc23ac
commit 9676f3f5b1
5 changed files with 54 additions and 8 deletions

16
data/options.css Normal file
View file

@ -0,0 +1,16 @@
setting[pref-name="showNotifications"] {
border-bottom: 0px transparent none;
padding-top: 0.5em;
}
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;
}