From 02e4d2ef5441cdb909e78c849debf045db5af5f6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 13 Apr 2020 13:03:08 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 1 + htdocs/theme/md/style.css.php | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 025e7417ccb..ee80cf10a23 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1582,6 +1582,7 @@ td.nobordernopadding.widthpictotitle.col-picto { } .table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle { width: unset; + color: #999; } .pictotitle { margin-: 8px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 94f63228126..e0f2b431894 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1673,6 +1673,15 @@ div.nopadding { .pictoobjectwidth { 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 { padding-left: 2px; padding-right: 2px;