View Issue Details

IDProjectCategoryView StatusLast Update
0001535CSSFeature Request - Interfacepublic2009-08-02 02:11
ReporterFoo2 Assigned Tofahrenheit  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001535: zakura.css style - Not highlighting MyList anime in Anime List?
DescriptionWhen you do a search for anime, the resulting Anime List will "highlight" any (seen) anime from your MyList by adding a greenish background to the table row, and appending a <sup>w</sup> to the end of the anime Title.

This works fine for zakura-menu.css style, but not for (the more recently edited) zakura.css style.

Could this please be fixed?
TagsCSS

Activities

fahrenheit

2009-05-04 12:09

reporter   ~0002776

#layout-main div.group_released table tr.mylist > td.title:before
{
font-size: xx-small;
color: pink;
content: "M";
}
#layout-main div.group_released table tr.all_watched > td.title:before
{
font-size: xx-small;
color: green;
content: "W";
}

fahrenheit

2009-08-02 02:11

reporter   ~0002905

fixed, refresh your css in case it doesn't show.

Issue History

Date Modified Username Field Change
2009-05-03 12:11 Foo2 New Issue
2009-05-03 12:26 nwa Tag Attached: CSS
2009-05-04 12:09 fahrenheit Note Added: 0002776
2009-07-24 14:31 DerIdiot Status new => assigned
2009-07-24 14:31 DerIdiot Assigned To => fahrenheit
2009-07-25 01:41 DerIdiot Project HTML & PERL => CSS
2009-08-02 02:11 fahrenheit Note Added: 0002905
2009-08-02 02:11 fahrenheit Status assigned => resolved
2009-08-02 02:11 fahrenheit Resolution open => fixed