1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-28 12:20:23 +02:00

Merge pull request #22 from yaclive/master

Changing parent specificity
This commit is contained in:
Adam Whitcroft
2014-06-23 11:12:32 +01:00

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;
} }
/*------------------------------------*\ /*------------------------------------*\