Added History support

This commit is contained in:
liyasthomas
2019-08-22 15:45:27 +05:30
parent a3ed07b3dc
commit f0962e112a
3 changed files with 58 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ fieldset {
}
legend {
color: #57b5f9;
color: var(--fg-color);
font-weight: 700;
cursor: pointer;
}
@@ -105,6 +105,14 @@ fieldset.request legend {
color: #57b5f9;
}
fieldset.history {
border-color: #9B9B9B;
}
fieldset.history legend {
color: #9B9B9B;
}
fieldset.authentication {
border-color: #B8E986;
}