atree node highlighting

This commit is contained in:
reschan 2022-06-26 16:01:31 +07:00
parent 92f4df3659
commit 5748af5f7d

View file

@ -483,3 +483,13 @@ a:hover {
.hide-scroll::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
.atree-selected {
outline: 5px solid rgba(95, 214, 223, 0.8);
}
.atree-circle {
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}