started UI api-key management

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-04 12:40:47 +01:00
parent 702b52d13e
commit b07d6ceeaa
13 changed files with 299 additions and 12 deletions

View File

@@ -1682,13 +1682,13 @@ fieldset.file {
background-color: rgb(242, 222, 222);
}
.domain-hostname {
.primary-entry {
background-color: rgb(53, 106, 160);
color: #ddd;
font-weight: bold;
}
table.hl tbody tr.domain-hostname:hover {
table.hl tbody tr.primary-entry:hover {
background-color: rgb(64, 150, 238);
}