Procházet zdrojové kódy

css fix: underline du bouton editer un element.

bastien před 13 roky
rodič
revize
d95f3b70da
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      web/bundles/muzichcore/css/main.css

+ 7 - 0
web/bundles/muzichcore/css/main.css Zobrazit soubor

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