[Pkg-owncloud-commits] [owncloud] 208/273: make sure table header is white instead of slightly grey

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 2a9fb130ecab239e19b8ee85e1873275e90b4d63
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 15:40:52 2014 +0200

    make sure table header is white instead of slightly grey
---
 apps/files/css/files.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 3eec7ba..9163f860 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -205,6 +205,9 @@ table.multiselect thead {
 	left: 250px; /* sidebar */
 }
 
+table thead th {
+	background-color: #fff;
+}
 table.multiselect thead th {
 	background-color: rgba(220,220,220,.8);
 	color: #000;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list