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 {
|
a {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
.painted {
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* 4chan style fixes */
|
/* 4chan style fixes */
|
||||||
.opContainer, .op {
|
.opContainer, .op {
|
||||||
|
|||||||
@ -15,7 +15,7 @@ IDColor =
|
|||||||
{style} = span
|
{style} = span
|
||||||
style.color = rgb[3]
|
style.color = rgb[3]
|
||||||
style.backgroundColor = "rgb(#{rgb[0]},#{rgb[1]},#{rgb[2]})"
|
style.backgroundColor = "rgb(#{rgb[0]},#{rgb[1]},#{rgb[2]})"
|
||||||
$.addClass span, painted
|
$.addClass span, 'painted'
|
||||||
span.title = 'Highlight posts by this ID'
|
span.title = 'Highlight posts by this ID'
|
||||||
|
|
||||||
compute: (uid) ->
|
compute: (uid) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user