/* ====================================
 * MantisBT Custom CSS Overrides
 * ====================================
 * 
 * This file extends the default MantisBT styling
 * Import the default CSS first, then add custom overrides
 */

/* Import the default CSS file */
@import url('default.css');

/* ====================================
 * Custom CSS Overrides
 * ====================================
 */

.skin-3 .navbar {
    background: #7eb6e0 !important;
}

.ace-nav>li.grey>a:focus,
.ace-nav>li.grey>a:hover,
.ace-nav>li.open.grey>a {
    background-color: #5090c1 !important;
}

.ace-nav>li.grey>a {
    background-color: #7eb6e0 !important;
}