From: Benoît Pin <pin@cri.ensmp.fr>
Date: Thu, 4 Aug 2011 12:32:15 +0000 (+0200)
Subject: Ajout d'une règle pour que le sélecteur de format dans FCK soit sur le fond gris.
X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Plinn.git/commitdiff_plain/656c3cc075c7e6b91ec04028a6c1a83745cf95cd?ds=inline

Ajout d'une règle pour que le sélecteur de format dans FCK soit sur le fond gris.
---

diff --git a/skins/photo_theme/photo_style.css.dtml b/skins/photo_theme/photo_style.css.dtml
index 9fc3533..fda9075 100644
--- a/skins/photo_theme/photo_style.css.dtml
+++ b/skins/photo_theme/photo_style.css.dtml
@@ -164,4 +164,12 @@ table.home td {
 	font-size:10px;
 }
 
+/* FCK overloads */
+
+.SC_Item, .SC_ItemSelected
+{
+    background-color: &dtml-backgroundColor;
+}
+
+
 /* </dtml-with> */
\ No newline at end of file