diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-02-19 16:46:29 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-19 16:46:29 +0100 |
| commit | bdc31265cf1e25799daa7f2173e2b5e836e5bb10 (patch) | |
| tree | cafa3290c344ee0ca7e2111da6a84e317c431d8c | |
| parent | a52d5edd18a2218a95f7e3bc4bf02560b4dbf31f (diff) | |
| download | forums-bdc31265cf1e25799daa7f2173e2b5e836e5bb10.tar forums-bdc31265cf1e25799daa7f2173e2b5e836e5bb10.tar.gz forums-bdc31265cf1e25799daa7f2173e2b5e836e5bb10.tar.bz2 forums-bdc31265cf1e25799daa7f2173e2b5e836e5bb10.tar.xz forums-bdc31265cf1e25799daa7f2173e2b5e836e5bb10.zip | |
[ticket/14979] Use hanakin's CSS version
PHPBB3-14979
| -rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 3553df4d1c..6a61e9a262 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -89,15 +89,14 @@ a.lastsubject:hover { text-decoration: underline; } -a.unread { - text-decoration: none; -} - -dd.lastpost a:hover { - text-decoration: none; +.row-item a:hover { + text-decoration: none } -dd.lastpost a.username-coloured:hover, dd.lastpost a.username { +.row-item .topictitle:hover, +.row-item .subforum:hover, +.row-item .username:hover, +.row-item .username-coloured:hover { text-decoration: underline; } |
