Add quote threading CSS.
This commit is contained in:
parent
0e1505dc22
commit
d61f7e6f3d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -898,6 +898,14 @@ else ""
|
||||
text-decoration: underline;
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
/* Quote Threading */
|
||||
.threadContainer {
|
||||
margin-left: 2em;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
.threadOP {
|
||||
clear: both;
|
||||
}
|
||||
/* Backlinks */
|
||||
.backlink {
|
||||
text-decoration: #{if _conf["Underline Links"] then "underline" else "none"};
|
||||
|
||||
@ -34,7 +34,8 @@ a[style="cursor: pointer; float: right;"] + div[style^="width: 100%;"] > table >
|
||||
background: #{theme["Reply Background"]} !important;
|
||||
}
|
||||
#fs_data,
|
||||
#fs_data * {
|
||||
#fs_data *,
|
||||
.threadContainer {
|
||||
border-color: #{theme["Reply Border"]} !important;
|
||||
}
|
||||
html {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user