From f78f4d58a7e4ece0cf2ff0a78ec6fb84c6ce18ae Mon Sep 17 00:00:00 2001 From: Clive Cooper Date: Mon, 19 May 2014 16:53:53 +1200 Subject: [PATCH] Changing parent specificity Changing the .parent CSS selector to only apply to "Parent Directory" folder. --- apaxy/theme/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index 3a383bb..b8e772a 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -107,10 +107,10 @@ td { td a{ display: block; } -tr.parent a { +tr.parent a[href="/"] { color:#9099A3; } - .parent a:hover { + .parent a[href="/"]:hover { color:#2281d0; } /*------------------------------------*\