mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
Portal: LinkedSet label in forms can now be toggled by clicking on the field label (Was only working on the linkedset count and chevron)
SVN:trunk[4514]
This commit is contained in:
@@ -652,10 +652,12 @@ table .group-actions {
|
||||
}
|
||||
/* LinkedSet*/
|
||||
.form_linkedset_toggler, .form_linkedset_toggler:hover, .form_linkedset_toggler:focus {
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
.form_linkedset_toggler > .text {
|
||||
margin-left: 0.4em;
|
||||
}
|
||||
.form_linkedset_toggler > .text:before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
@@ -692,10 +692,12 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
.form_linkedset_toggler,
|
||||
.form_linkedset_toggler:hover,
|
||||
.form_linkedset_toggler:focus{
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
.form_linkedset_toggler > .text{
|
||||
margin-left: 0.4em;
|
||||
}
|
||||
.form_linkedset_toggler > .text:before{
|
||||
content: "(";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user