1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 18:23:00 +02:00

[ticket/10068] Style links posted in posts the same way as in signatures.

Firefox4 is going to have some restrictions to :visited for security purpose
(see http://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ for more information)
In phpBB links inside posts therefor can not be displayed with the dotted line
anymore. So when we change this anyway we can just make links in signature and
posts look the same.

PHPBB3-10068
This commit is contained in:
Joas Schilling 2011-03-02 12:49:59 +01:00
parent bda64edae8
commit c07540163c
2 changed files with 2 additions and 6 deletions

View File

@ -298,7 +298,7 @@ a.topictitle:active {
.postlink:visited {
color: #5D8FBD;
border-bottom-color: #666666;
border-bottom-color: #5D8FBD;
}
.postlink:active {

View File

@ -87,11 +87,7 @@ a.topictitle:active {
padding-bottom: 0;
}
.postlink:visited {
color: #bdbdbd;
border-bottom-style: dotted;
border-bottom-color: #666666;
}
/* .postlink:visited { color: #bdbdbd; } */
.postlink:active {
color: #d2d2d2;