Oversight
This commit is contained in:
parent
dc0b4d3d41
commit
a1fe4b50b5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -54,6 +54,10 @@ a[href="javascript:;"] {
|
||||
a {
|
||||
outline: none !important;
|
||||
}
|
||||
.painted {
|
||||
border-radius: 3px;
|
||||
padding: 0px 2px;
|
||||
}
|
||||
|
||||
/* 4chan style fixes */
|
||||
.opContainer, .op {
|
||||
|
||||
@ -15,7 +15,7 @@ IDColor =
|
||||
{style} = span
|
||||
style.color = rgb[3]
|
||||
style.backgroundColor = "rgb(#{rgb[0]},#{rgb[1]},#{rgb[2]})"
|
||||
$.addClass span, painted
|
||||
$.addClass span, 'painted'
|
||||
span.title = 'Highlight posts by this ID'
|
||||
|
||||
compute: (uid) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user