1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-22 23:15:07 +02:00

Changing parent specificity

Changing the .parent CSS selector to only apply to "Parent Directory"
folder.
This commit is contained in:
Clive Cooper
2014-05-19 16:53:53 +12:00
parent 03ddf929cc
commit f78f4d58a7

View File

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