diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-21 08:16:39 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-21 08:16:39 +0000 |
commit | 001d54f663136894ce0dce0a09693cc107cfb788 (patch) | |
tree | 745c0a9479855e27b331cf5b7a03ddebd2f8dd29 /modules/system | |
parent | 50641eafc0bfd321e09f71ab361dcf5c26469878 (diff) | |
download | brdo-001d54f663136894ce0dce0a09693cc107cfb788.tar.gz brdo-001d54f663136894ce0dce0a09693cc107cfb788.tar.bz2 |
#84961: Add 'select all' and range select feature to admin tables.
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 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; +} |