Oversight

This commit is contained in:
Zixaphir 2013-08-24 11:32:14 -07:00
parent dc0b4d3d41
commit a1fe4b50b5
4 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,10 @@ a[href="javascript:;"] {
a {
outline: none !important;
}
.painted {
border-radius: 3px;
padding: 0px 2px;
}
/* 4chan style fixes */
.opContainer, .op {

View File

@ -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) ->