From 001d54f663136894ce0dce0a09693cc107cfb788 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 21 Nov 2006 08:16:39 +0000 Subject: #84961: Add 'select all' and range select feature to admin tables. --- modules/system/system.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.css b/modules/system/system.css index c801759d6..5a92c5a89 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -325,3 +325,10 @@ html.js .resizable-textarea textarea { display: block; padding: 1.5em 0 .5em; } + +/* +** To be used with tableselect.js +*/ +tr.selected td { + background: #ffc; +} -- cgit v1.2.3