mirror of https://github.com/apache/cloudstack.git
Color changed for host & Primary storage header in mid menu
This commit is contained in:
parent
6e21ce10f6
commit
977f91bf68
|
|
@ -2169,7 +2169,7 @@ a:hover.search_button {
|
|||
width:auto;
|
||||
height:auto;
|
||||
float:left;
|
||||
color:#333;
|
||||
color:#FFF;
|
||||
text-align:left;
|
||||
font-weight:bold;
|
||||
font-size:11px;
|
||||
|
|
@ -2202,7 +2202,7 @@ a:hover.search_button {
|
|||
|
||||
.midmenu_content.selected {
|
||||
background:#626262 url(../images/leftmenu_selected.gif) repeat-x top left;
|
||||
color:#FFF !important;
|
||||
color:#FFF;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -724,9 +724,9 @@ long milliseconds = new Date().getTime();
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="midmenu_itemheader" class="midmenu_itemheader" style="display:none;">
|
||||
<div id="midmenu_itemheader" class="midmenu_itemheader" style="display:none; margin-top:40px;">
|
||||
<p id="name"></p>
|
||||
<div class="midmenu_itemheader_arrow"></div>
|
||||
<!-- <div class="midmenu_itemheader_arrow"></div>-->
|
||||
</div>
|
||||
<div class="midmenu_list" id="midmenu_item" style="display: none;">
|
||||
<div class="midmenu_content" id="content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue