update more css
This commit is contained in:
+15
-1
@@ -107,10 +107,24 @@ body {
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ConfigureDNSTable table, th, td {
|
/* Tables */
|
||||||
|
table, th, td {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #4682b4;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
background-color: #fff7e7;
|
||||||
|
}
|
||||||
|
|
||||||
#RequestErrors {
|
#RequestErrors {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user