소스 검색

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