From 49dbe13c4b05508c44fe77dfe417ca68b973cc79 Mon Sep 17 00:00:00 2001 From: nicod_ <nicod@lerebooteux.fr> Date: Wed, 11 Oct 2023 14:39:24 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20supprimer=20toute=20la=20gestion=20d'opa?= =?UTF-8?q?cit=C3=A9=20dans=20document=5Fcase.html=20aussi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref #4955 --- prive/style_prive_plugin_medias.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html index ef27f6d2..d84415bd 100644 --- a/prive/style_prive_plugin_medias.html +++ b/prive/style_prive_plugin_medias.html @@ -242,15 +242,13 @@ p.actions {clear:both;} #documents_joints .item .tourner button img {margin:0px;} #documents_joints .item .actions > *, -#documents_joints .item .tourner, -#documents_joints .item .mode {opacity:0.4;} -#documents_joints .item .actions .deplacer-modifier {visibility:visible;opacity:1;} +#documents_joints .item .actions .deplacer-modifier {visibility:visible;} #documents_joints .item:hover .actions > *, #documents_joints .item:hover .tourner, #documents_joints .item:hover .mode, #documents_joints .item.hover .actions > *, #documents_joints .item.hover .tourner, -#documents_joints .item.hover .mode {visibility:visible;opacity:1;} +#documents_joints .item.hover .mode {visibility:visible;} .portfolios {} .portfolios h3 {background-color:#GET{claire};padding:2px 10px;color:#000;margin-bottom:0;} @@ -314,21 +312,19 @@ p.actions {clear:both;} .portfolios .item div.mode button, .portfolios .item .actions button {display: inline;} -.portfolios .item .mode {opacity:0.4;} .portfolios .item .actions .deplacer-modifier { display: flex; align-items: center; visibility: visible; - opacity: 1; float: #GET{right}; } .portfolios .item .actions .editbox { margin: 0; - text-decoration: none; } .portfolios .item:hover .actions > *, .portfolios .item:hover .mode, -.portfolios .item.hover .mode {visibility:visible;opacity:1;z-index:1000;} +.portfolios .item.hover .actions > *, +.portfolios .item.hover .mode {visibility:visible;z-index:1000;} .portfolios .item .titre > .sanstitre, .portfolios .item .titre > .sanstitre + .fichier {opacity:0.4;} -- GitLab