From 6e9d01a7b56afff84b45c516855274feba273db6 Mon Sep 17 00:00:00 2001
From: b_b <bruno@eliaz.fr>
Date: Mon, 21 Jun 2021 16:01:27 +0200
Subject: [PATCH] =?UTF-8?q?compl=C3=A9ment=20=C3=A0=20https://git.spip.net?=
 =?UTF-8?q?/spip/medias/pulls/19=20pour=20r=C3=A9tablir=20la=20couleur=20d?=
 =?UTF-8?q?e=20boutons=20de=20la=20m=C3=A9diath=C3=A8que?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/themes/spip/lists.css.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/prive/themes/spip/lists.css.html b/prive/themes/spip/lists.css.html
index adf8903cc2..a193351f64 100644
--- a/prive/themes/spip/lists.css.html
+++ b/prive/themes/spip/lists.css.html
@@ -300,11 +300,11 @@
 }
 */
 
-.liste-objets td:not(.principale) a {
+.liste-objets td:not(.principale) a:not(.btn) {
 	color: #888;
 }
-.liste-objets td:not(.principale) a:hover, 
-.liste-objets td:not(.principale) a:focus {
+.liste-objets td:not(.principale) a:not(.btn):hover,
+.liste-objets td:not(.principale) a:not(.btn):focus {
 	color: #333;
 }
 
-- 
GitLab