|
@@ -112,6 +112,7 @@ table {
|
|
table td {
|
|
table td {
|
|
border: 2px solid #003333;
|
|
border: 2px solid #003333;
|
|
padding-left: 5px;
|
|
padding-left: 5px;
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
table td.title {
|
|
table td.title {
|
|
@@ -127,6 +128,15 @@ table td.key {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
padding-right: 10px;
|
|
padding-right: 10px;
|
|
width: 200px;
|
|
width: 200px;
|
|
|
|
+ color: black;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+table td.ng-binding {
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+table td.noborder {
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
#randomPasswordDialog_underlay {
|
|
#randomPasswordDialog_underlay {
|