Commit ee36c672 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[tree] fix popup border corners to be round

parent d6290d7d
......@@ -51,6 +51,10 @@ li#rename #rename-a {
#node-popup-tooltip {
background-color: white;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
#node-popup-tooltip:hover {
border: none;
......
......@@ -49,6 +49,10 @@ li#rename
#node-popup-tooltip
background-color: white
border-bottom-left-radius: 6px
border-bottom-right-radius: 6px
border-top-left-radius: 6px
border-top-right-radius: 6px
&:hover
border: none
text-decoration: none
......
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 to comment