CSS: Style close-container-control

refs #8590
This commit is contained in:
Florian Strohmaier 2016-02-22 13:37:42 +01:00
parent e1203b06c5
commit ff399e26ff

View File

@ -100,3 +100,19 @@
.dropdown-nav-item > ul > li:hover > a > .display-on-hover {
position: static;
}
#close-container-control-ghost {
display: none;
}
.close-container-control {
position: absolute;
top: 0;
right: 0;
margin-top: -2.6em;
color: @body-bg-color;
padding: 0 1em;
height: 1.938em;
line-height: 2.6em;
width: 3em;
}