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:
parent
3bcdbc23ac
commit
9676f3f5b1
5 changed files with 54 additions and 8 deletions
16
data/options.css
Normal file
16
data/options.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue