mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 21:02:41 +02:00
added subforum read/unread icons (thanks to thatbitextra for providing them).
fixed issue with forum passwords only alloweing ASCII in administration while allowing non-ASCII on user-entered passwords git-svn-id: file:///svn/phpbb/trunk@7581 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -372,6 +372,14 @@ ul.topiclist dd {
|
||||
border-left-color: #FFFFFF;
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum.read {
|
||||
background-image: url("{IMG_SUBFORUM_READ_SRC}");
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum.unread {
|
||||
background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
|
||||
}
|
||||
|
||||
li.row {
|
||||
border-top-color: #FFFFFF;
|
||||
border-bottom-color: #00608F;
|
||||
|
Reference in New Issue
Block a user