From: Benoît Pin 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.ensmp.fr/git/Plinn.git/commitdiff_plain/656c3cc075c7e6b91ec04028a6c1a83745cf95cd 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; +} + + /* */ \ No newline at end of file