3,699
edits
No edit summary |
No edit summary |
||
Line 203: | Line 203: | ||
/*table header*/ | /*table header*/ | ||
*. | *.i_up_active | ||
{ | { | ||
background-image: url(http://static.anidb.net/css/icons/test/arrow_up_orange.gif); | background-image: url(http://static.anidb.net/css/icons/test/arrow_up_orange.gif); | ||
} | } | ||
*. | *.i_up_inactive | ||
{ | |||
background-image: url(http://static.anidb.net/css/icons/test/arrow_up_gray.gif); | |||
} | |||
*.i_down_active | |||
{ | |||
background-image: url(http://static.anidb.net/css/icons/test/arrow_down_orange.gif); | |||
} | |||
*.i_down_inactive | |||
{ | { | ||
background-image: url(http://static.anidb.net/css/icons/test/arrow_down_gray.gif); | background-image: url(http://static.anidb.net/css/icons/test/arrow_down_gray.gif); | ||
} | } | ||
div.g_section div.icons | div.g_section div.icons |