Entry status color added.

This commit is contained in:
izerozlu
2019-08-25 11:37:21 +03:00
parent 9da753b915
commit 1a89a1b5f5
3 changed files with 74 additions and 49 deletions

View File

@@ -269,4 +269,17 @@ ol li {
.sv-error-response {
background-color: #b71c1c;
}
}
fieldset#history {
.method-list-item {
position: relative;
span {
position: absolute;
top: 32px;
right: 8px;
color: #E0E0E0;
}
}
}