Add Group type

This commit is contained in:
Ian Gulliver
2019-05-26 02:53:55 +00:00
parent bc7d2e0deb
commit bd939cff1f
2 changed files with 70 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ body {
background-color: #daf0db;
}
#definition li.group {
background-color: #d8e6f4;
}
#definition li.selected {
border-color: red;
}