summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-02-11 12:35:39 +0100
committerRobin Appelman <icewind@owncloud.com>2013-02-11 12:35:39 +0100
commitd0d6d973a9672e2da874e79836a6cc78cd73892d (patch)
tree36d23f57e9d2622906df1f044bcdd5c5deffc1b3
parenta1db280a464f3fd92b4ed19e676c4b3b013f88c8 (diff)
downloadnextcloud-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.css4
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;
+}
ghlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */