1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

Usability enhancement, actually make use of existing, differing CSS classes to style subforum links differently. Am currently "ghetto-ing" it by reusing viewtopic icons within the imageset. Like it or loath it? If the former, will go about getting the imageset update with new appropiate extra mini-icons. :)

git-svn-id: file:///svn/phpbb/trunk@7481 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley
2007-05-06 01:40:54 +00:00
parent dd00ce06dd
commit fc79bc4ed8
2 changed files with 15 additions and 0 deletions

View File

@@ -372,6 +372,14 @@ ul.topiclist dd {
border-left-color: #FFFFFF;
}
ul.topiclist li.row dt a.subforum.read {
background-image: url("{T_IMAGESET_PATH}/icon_post_target.gif.gif");
}
ul.topiclist li.row dt a.subforum.unread {
background-image: url("{T_IMAGESET_PATH}/icon_post_target_unread.gif");
}
li.row {
border-top-color: #FFFFFF;
border-bottom-color: #00608F;