1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

feature #4184: Add style to hide non active labels trees

This commit is contained in:
Daniel Molina 2015-12-16 18:29:28 +01:00 committed by Ruben S. Montero
parent 840ed18210
commit e091512640

View File

@ -225,6 +225,10 @@ input.search {
color: #555 !important;
}
}
.labels-tree {
display: none;
}
}
li {
@ -240,6 +244,10 @@ input.search {
color: #222 !important;
}
.labels-tree {
display: block;
}
background: rgba(0,0,0,0.025);
border-left: 2px solid #008cba !important;
}