From f996fd9568dd2dd09c01740885fea85f77a9ce8b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Feb 2007 08:35:13 +0000 Subject: - Patch #112605 by Steven: sticky table headers. --- modules/system/system.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/system/system.css b/modules/system/system.css index 7676e5948..f69583db7 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -390,3 +390,10 @@ html.js .resizable-textarea textarea { tr.selected td { background: #ffc; } + +/* +** Floating header for tableheader.js +*/ +thead div.sticky-header { + background: #fff; +} -- cgit v1.2.3