diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-02-06 08:35:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-02-06 08:35:13 +0000 |
commit | f996fd9568dd2dd09c01740885fea85f77a9ce8b (patch) | |
tree | 762695a08284d407c98914fb12308d863875ddd2 /modules/system | |
parent | 018bd034c8787ff981cf54c4733b81e364cb92f0 (diff) | |
download | brdo-f996fd9568dd2dd09c01740885fea85f77a9ce8b.tar.gz brdo-f996fd9568dd2dd09c01740885fea85f77a9ce8b.tar.bz2 |
- Patch #112605 by Steven: sticky table headers.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |