Ajout d'une règle pour que le sélecteur de format dans FCK soit sur le fond gris.
authorBenoît Pin <pin@cri.ensmp.fr>
Thu, 4 Aug 2011 12:32:15 +0000 (14:32 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Thu, 4 Aug 2011 12:32:15 +0000 (14:32 +0200)
skins/photo_theme/photo_style.css.dtml

index 9fc3533..fda9075 100644 (file)
@@ -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