diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-02-11 12:35:39 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-02-11 12:35:39 +0100 |
commit | d0d6d973a9672e2da874e79836a6cc78cd73892d (patch) | |
tree | 36d23f57e9d2622906df1f044bcdd5c5deffc1b3 | |
parent | a1db280a464f3fd92b4ed19e676c4b3b013f88c8 (diff) | |
download | nextcloud-server-d0d6d973a9672e2da874e79836a6cc78cd73892d.tar.gz nextcloud-server-d0d6d973a9672e2da874e79836a6cc78cd73892d.zip |
Share: fix table head color for public shared folders
-rw-r--r-- | apps/files_sharing/css/public.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 110a0028a07..13f42b130df 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -68,3 +68,7 @@ p.info a { max-height:100%; max-width:100%; } + +thead{ + background-color: white; +} |