/*
 * ====================================================================================================================
 * BUG TRACKER -- CSS layout
 * ====================================================================================================================
 */

#area_msc .form-group { margin: 0.25em 0 !important; }

#bugtab a.nav-link { padding: 0.5em 0.75em; }

#bugtabarea > div { display: none; max-height: inherit; overflow-y: auto; }
#bugtabarea ul.nostyle li { padding: 0.25em; border-radius: 5px; }
#bugtabarea ul.nostyle li:nth-child(even) { background: #001919; }

.bug-edit-area .btn-default { font-size: 85%; padding: 0.5em; }

DIV.pickMilestone.alert-info:hover { background-color: #b1e0ff; color: #000000; }
DIV.pickMilestone.alert-info:active { background-color: #a36400; }

DIV.pickMilestone.alert-warning:hover { background-color: #ffdfad; color: #000000; }
DIV.pickMilestone.alert-warning:active { background-color: #a36400; }

ul.bugs-post-attach {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
ul.cw-files-list:after {
    content: "";
    clear: both;
}
ul.bugs-post-attach li {
    display: inline-block;
    float: left;
    width: 250px;
    height: 90px;
    border-radius: 3px;
    margin: 0 0 0.5rem 0.5rem;
    padding: 0.75rem 0.75rem 0 0.75rem;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
    overflow-wrap: break-word;
}
ul.bugs-post-attach li:nth-child(even) {
    background: rgba(0,0,0,0.4);
}
ul.bugs-post-attach img.thumbnail {
    margin: 0 0.5rem 1.5em 0;
}

textarea[name="q[bugs.steps]"] {
    font-family: var(--cw-mono-font);
}

.form-stack > .forum-post-editor {
    margin-top: 1rem;
    background: rgba(0,0,0,0);
}
.card-body > .forum-post-editor {
    background: rgba(0,0,0,0);
}
