mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix that the close-container-control is not immediately shown for #col1
refs #8590
This commit is contained in:
parent
0c34c20640
commit
7188a82a4c
@ -100,3 +100,11 @@
|
|||||||
.dropdown-nav-item > ul > li:hover > a > .display-on-hover {
|
.dropdown-nav-item > ul > li:hover > a > .display-on-hover {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs > li > .close-container-control {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#layout.twocols .tabs > li > .close-container-control {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user