ソースを参照

css fix: underline du bouton editer un element.

bastien 13 年 前
コミット
d95f3b70da
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 7 0
      web/bundles/muzichcore/css/main.css

+ 7 - 0
web/bundles/muzichcore/css/main.css ファイルの表示

@@ -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
+}