mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Making full result table rows in ModelAdmin selectable
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92778 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
17392ff42b
commit
52d56fda05
@ -61,6 +61,9 @@ body.ModelAdmin #SearchForm_holder form div#ResultAssembly{
|
|||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.ModelAdmin .resultsTable {
|
||||||
|
overflow:auto;
|
||||||
|
}
|
||||||
body.ModelAdmin .resultsTable tbody td {
|
body.ModelAdmin .resultsTable tbody td {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user