Share: fix table head color for public shared folders
This commit is contained in:
parent
a1db280a46
commit
d0d6d973a9
|
@ -68,3 +68,7 @@ p.info a {
|
|||
max-height:100%;
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
thead{
|
||||
background-color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue