mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
Merge remote-tracking branch 'nickvergessen/ticket/10068' into develop-olympus
* nickvergessen/ticket/10068: [ticket/10068] Style links posted in posts the same way as in signatures.
This commit is contained in:
@@ -298,7 +298,7 @@ a.topictitle:active {
|
|||||||
|
|
||||||
.postlink:visited {
|
.postlink:visited {
|
||||||
color: #5D8FBD;
|
color: #5D8FBD;
|
||||||
border-bottom-color: #666666;
|
border-bottom-color: #5D8FBD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postlink:active {
|
.postlink:active {
|
||||||
|
@@ -87,11 +87,7 @@ a.topictitle:active {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postlink:visited {
|
/* .postlink:visited { color: #bdbdbd; } */
|
||||||
color: #bdbdbd;
|
|
||||||
border-bottom-style: dotted;
|
|
||||||
border-bottom-color: #666666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.postlink:active {
|
.postlink:active {
|
||||||
color: #d2d2d2;
|
color: #d2d2d2;
|
||||||
|
Reference in New Issue
Block a user