Share: fix table head color for public shared folders
This commit is contained in:
parent
a1db280a46
commit
d0d6d973a9
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ p.info a {
|
||||||
max-height:100%;
|
max-height:100%;
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead{
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue