mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-25 10:30:56 +02:00
Improved parent specificity
Yet a better way of selecting the "Parent Directory" folder
This commit is contained in:
@@ -107,10 +107,10 @@ td {
|
||||
td a{
|
||||
display: block;
|
||||
}
|
||||
tr.parent a[href="/"] {
|
||||
tr.parent a[href^="/"] {
|
||||
color:#9099A3;
|
||||
}
|
||||
.parent a[href="/"]:hover {
|
||||
.parent a[href^="/"]:hover {
|
||||
color:#2281d0;
|
||||
}
|
||||
/*------------------------------------*\
|
||||
|
Reference in New Issue
Block a user