diff options
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; +} |