Explorar el Código

css fix: underline du bouton editer un element.

bastien hace 13 años
padre
commit
d95f3b70da
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      web/bundles/muzichcore/css/main.css

+ 7 - 0
web/bundles/muzichcore/css/main.css Ver fichero

@@ -908,3 +908,10 @@ position: absolute;
908 908
 * html .popup_block {
909 909
 position: absolute;
910 910
 }
911
+
912
+/* END POPIN BLOCK */
913
+
914
+#container a.element_edit_link
915
+{
916
+  text-decoration: none;
917
+}