From 5748af5f7db12bb06d005a6c64d4b9960e0118af Mon Sep 17 00:00:00 2001 From: reschan Date: Sun, 26 Jun 2022 16:01:31 +0700 Subject: [PATCH] atree node highlighting --- css/sq2bs.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/sq2bs.css b/css/sq2bs.css index 0532fc0..6e41131 100644 --- a/css/sq2bs.css +++ b/css/sq2bs.css @@ -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%; +} \ No newline at end of file