update dns css

This commit is contained in:
2026-05-14 17:26:37 -04:00
parent 2aaca41adf
commit e7f666a10a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -103,6 +103,14 @@ body {
cursor: pointer;
}
#ConfigureDNSTable {
width: 400px;
}
#ConfigureDNSTable table, th, td {
border: 1px solid;
}
#RequestErrors {
color: red;
}