summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-11-21 08:16:39 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-11-21 08:16:39 +0000
commit001d54f663136894ce0dce0a09693cc107cfb788 (patch)
tree745c0a9479855e27b331cf5b7a03ddebd2f8dd29 /modules/system
parent50641eafc0bfd321e09f71ab361dcf5c26469878 (diff)
downloadbrdo-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.css7
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;
+}