/********************************************************
* SIDE NAV                                              *
*********************************************************/

/* Hide the sidebar default  "PAGE TREE"  heading label and display an alternate one. */      
.page-tree .label {font-size: 0;}    
.page-tree .label:before {content: "Space Index"; font-size: 12px;}  
  
/********************************************************
* EDIT MODE                                             *
*********************************************************/
  
/* Fix the hover/active color of page menu items as it uses the color scheme setting of 'Menu Item Selected Text' instead of 'Page Menu Selected Background'. */  
/*#rte-toolbar .aui-dd-parent .aui-dropdown a:hover{ background:#ddd !important;color:#000 !important;} */ 
#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:hover, 
#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:focus, 
#com-atlassian-confluence .aui-dd-parent .aui-dropdown .dropdown-item.active a, 
.ajs-menu-bar .ajs-menu-item li.active a, .aui-dd-parent .aui-dropdown li.active, 
.ajs-menu-bar .ajs-menu-item.opened .ajs-drop-down li.active a, 
.ajs-content-hover .popup-follow a:hover { background:#ddd !important;color:#000 !important;}

/* Fix highlight text color for macros dropdown in edit mode */  
#editpageform .aui-dd-parent .aui-dropdown li.active a,#editpageform .aui-dd-parent .aui-dropdown li.active a:hover, #editpageform .aui-dd-parent .aui-dropdown li.active a span {color: #fff;}  

/* Hide the MU header link on the scaffolding pop-up editor. */  
.scaffoldingeditor #mu-link {display:none;}  

/* Page Comment Box */
.quick-comment-prompt {border: 1px #ccc solid;} 
