aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2012-07-23 18:47:23 -0700
committerMatt Friedman <maf675@gmail.com>2012-07-23 18:47:23 -0700
commitedec4a492e20d71486574ab94b4141d2f355b6fd (patch)
treee82fcb01fc4d96dc5ce1db605cdbdfda6b72d9bd /phpBB/styles/subsilver2
parent4ff644890a9cf10abca784ffc8dc4b41a61aa79c (diff)
downloadforums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.gz
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.bz2
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.xz
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.zip
[ticket/11025] Add underline for hover to classes
PHPBB3-11025
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 4bb9e6f9bf..9e258ea778 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -427,6 +427,10 @@ a.lastsubject {
text-decoration: none;
}
+a.lastsubject:hover {
+ text-decoration: underline;
+}
+
th a,
th a:visited {
color: #FFA34F !important;