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
1 changed files with 4 additions and 0 deletions

View File

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