Browse Source

new info form

andre 5 months ago
parent
commit
8b6da48eb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Client/Templates/assets/css/module_styles.css

+ 2 - 2
app/UI/Client/Templates/assets/css/module_styles.css

@@ -3,9 +3,9 @@
     top:5px;
     top:5px;
     margin-bottom: 20px;
     margin-bottom: 20px;
 }
 }
-.lu-form--success {
+#layers-body .lu-form--success {
     color:blue;
     color:blue;
 }
 }
-.lu-form--alert {
+#layers .lu-form--alert {
     color:orange;
     color:orange;
 }
 }