1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-26 16:44:37 +02:00

Improved parent specificity

Yet a better way of selecting the "Parent Directory" folder
This commit is contained in:
Clive Cooper
2014-05-19 17:17:13 +12:00
parent f78f4d58a7
commit 98e624f58f

View File

@@ -107,10 +107,10 @@ td {
td a{ td a{
display: block; display: block;
} }
tr.parent a[href="/"] { tr.parent a[href^="/"] {
color:#9099A3; color:#9099A3;
} }
.parent a[href="/"]:hover { .parent a[href^="/"]:hover {
color:#2281d0; color:#2281d0;
} }
/*------------------------------------*\ /*------------------------------------*\