Commit ea876902 by Dányi Bence

webui: class based tooltips

parent 676934d8
......@@ -33,11 +33,10 @@
}
}
#new-wm-tooltip{
.tooltip{
position: relative;
z-index: 1;
}
#new-wm-tooltip-container{
.container{
margin: 10px 10px 5px 150px;
border-radius: 4px;
border: 1px solid #888;
......@@ -49,7 +48,7 @@
word-spacing: 2px;
padding: 5px;
}
#new-wm-tooltip-tail{
.tail{
position: absolute;
left: 350px;
border-width: 17px;
......@@ -65,8 +64,10 @@
border-color: #FFFF66 transparent transparent transparent;
}
}
}
}
.wm{
&.opened .actions{
display: block !important;
......
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