mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Selectable lines in tables can now be checked clicking anywhere in the line (previously this could only be done clicking on the checkbox)
SVN:trunk[5994]
This commit is contained in:
@@ -92,6 +92,19 @@ table.listResults td .view-image img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
table.listResults > tbody > tr.selected > * {
|
||||
background-color: #ea7d1e;
|
||||
}
|
||||
table.listResults > tbody > tr > * {
|
||||
transition: background-color 400ms linear;
|
||||
}
|
||||
table.listResults > tbody > tr:hover > * {
|
||||
cursor: pointer;
|
||||
}
|
||||
table.listResults > tbody > tr.selected:hover > * {
|
||||
/* hover on lines is currently done toggling td.hover, and having a rule for links */
|
||||
background-color: #f3b37b;
|
||||
}
|
||||
.edit-image .view-image {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user