Commit 8c77a83f by Bence Dányi

webui: helpbox fixed

parent 5cfc83cd
......@@ -630,6 +630,7 @@ table {
.boxhelp {
position: relative;
font-weight: normal;
.boxhelp-box {
color:#000;
position: absolute;
......@@ -643,6 +644,7 @@ table {
box-shadow:0 0 30px rgba(0,0,0,0.3);
margin:20px;
display: none;
font-size: 14px;
}
.help:hover .boxhelp-box {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment