Browse Source

new info form

andre 5 months ago
parent
commit
fc787e6abb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Client/Setting/Forms/InfoForm.php

+ 2 - 2
app/UI/Client/Setting/Forms/InfoForm.php

@@ -44,9 +44,9 @@ class InfoForm extends BaseForm implements ClientArea
         $message = 'DNS Information für 
             <div id="alertmaildomain"></div>
             <div class="lu-input-group">
-                <input type="text" value="ThurData Vorgabe" readonly="readonly" class="lu-form-control" style="">
+                <input type="text" value="ThurData Vorgabe" readonly="readonly" class="lu-form-control" style="background:#ffe3cc">
                 <div class="lu-input-group__addon">→</div>
-                <input type="text" value="Aktueller Wert" readonly="readonly" class="lu-form-control" style="">
+                <input type="text" value="Aktueller Wert" readonly="readonly" class="lu-form-control" style="background:#ffe3cc">
             </div>';
         $this->addInternalAlert($message, null, 100);
         $row = new InputGroup('MX');