[Pkg-owncloud-commits] [owncloud] 162/199: Fix table header colors
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:22 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 6fbf4d8548133dff4419e5e2e0c649f49e177669
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Mon May 26 11:52:42 2014 +0200
Fix table header colors
Table headers should be 999 even when using links (introduced by the
sorting feature)
When selecting with checkboxes, they must appear black.
---
apps/files/css/files.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 731dd7a..0bcea2e 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -151,7 +151,13 @@ tr:hover span.extension {
}
table tr.mouseOver td { background-color:#eee; }
-table th { height:24px; padding:0 8px; color:#999; }
+table th { height:24px; padding:0 8px; }
+table th, table th a {
+ color: #999;
+}
+table.multiselect th a {
+ color: #000;
+}
table th .columntitle {
display: inline-block;
padding: 15px;
--
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