wiki: Fix hidden revision visuals not working in opera.

This commit is contained in:
Andre D
2013-02-13 16:35:57 -05:00
committed by Max Goodman
parent 74a7141a63
commit 85b2acc5ff

View File

@@ -47,6 +47,10 @@
.revision.hidden {
opacity: .5;
}
// Opera does not inherit the opacity to the td
.revision.hidden td {
opacity: inherit;
}
}
// Page content