Session data can be cleared without reloading the page

This commit is contained in:
NI
2019-10-22 08:38:31 +08:00
parent 64acf3e0a6
commit e048671bfd
5 changed files with 55 additions and 0 deletions

View File

@@ -90,6 +90,11 @@
color: #fff;
}
#connect-known-list li .labels > .opt.clr {
background: #b71;
color: #fff;
}
#connect-known-list li:hover .labels > .opt,
#connect-known-list li:focus .labels > .opt {
display: inline-block;