Share: fix table head color for public shared folders

This commit is contained in:
Robin Appelman 2013-02-11 12:35:39 +01:00
parent a1db280a46
commit d0d6d973a9

View file

@ -68,3 +68,7 @@ p.info a {
max-height:100%; max-height:100%;
max-width:100%; max-width:100%;
} }
thead{
background-color: white;
}