css
This commit is contained in:
parent
2bf36bff6d
commit
02e4d2ef54
@ -1582,6 +1582,7 @@ td.nobordernopadding.widthpictotitle.col-picto {
|
|||||||
}
|
}
|
||||||
.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
|
.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
|
||||||
width: unset;
|
width: unset;
|
||||||
|
color: #999;
|
||||||
}
|
}
|
||||||
.pictotitle {
|
.pictotitle {
|
||||||
margin-<?php echo $right; ?>: 8px;
|
margin-<?php echo $right; ?>: 8px;
|
||||||
|
|||||||
@ -1673,6 +1673,15 @@ div.nopadding {
|
|||||||
.pictoobjectwidth {
|
.pictoobjectwidth {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
|
.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
|
||||||
|
opacity: 0.7 !important;
|
||||||
|
font-size: 1em;
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
|
||||||
|
width: unset;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
.pictosubstatus {
|
.pictosubstatus {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user