/* =========================================================
   MY VIEW
   ========================================================= */

/* ---------------------------------------------------------
   COUNT BADGES
   --------------------------------------------------------- */

.widget-header .badge {
    background: #4b5563 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600;
}


/* ---------------------------------------------------------
   ISSUE LIST
   --------------------------------------------------------- */

.my-buglist-bug td {
    background: var(--mantis-surface) !important;
    color: var(--mantis-text) !important;
    border-color: var(--mantis-border) !important;
}

.my-buglist-bug:hover td {
    background: var(--mantis-surface-hover) !important;
}


/* ---------------------------------------------------------
   ISSUE TITLE
   --------------------------------------------------------- */

.my-buglist-bug td a {
    color: #5daeff !important;
}

.my-buglist-bug td a:hover {
    color: #8ec8ff !important;
}


/* ---------------------------------------------------------
   CATEGORY / DATE
   --------------------------------------------------------- */

.my-buglist-bug .small {
    color: var(--mantis-text-secondary) !important;
}


/* ---------------------------------------------------------
   EMPTY ROWS
   --------------------------------------------------------- */

.table-hover tbody tr td:empty,
.table-hover tbody tr td:contains("&nbsp;") {
    background: var(--mantis-surface) !important;
}

/* =========================================================
   MY VIEW - TIMELINE
   ========================================================= */

/* Individual timeline entry */
.profile-activity {
    background: var(--mantis-surface) !important;
    color: var(--mantis-text) !important;
    border-color: var(--mantis-border) !important;
    padding: 12px 10px !important;
}

/* Hover */
.profile-activity:hover {
    background: var(--mantis-surface-hover) !important;
}

/* Activity icon */
.profile-activity .thumbicon {
    background: var(--mantis-primary) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* Main activity text */
.profile-activity .action {
    color: var(--mantis-text) !important;
}

/* Username */
.profile-activity .username a {
    color: #5daeff !important;
    font-weight: 600 !important;
}

.profile-activity .username a:hover {
    color: #8ec8ff !important;
}

/* Issue ID */
.profile-activity .issue_id a {
    color: #5daeff !important;
}

.profile-activity .issue_id a:hover {
    color: #8ec8ff !important;
}

/* Time / date */
.profile-activity .time {
    color: var(--mantis-text-secondary) !important;
    margin-top: 4px !important;
}

/* Clock icon */
.profile-activity .time .fa-clock-o {
    color: #b0b7c3 !important;
}

/* Remove any inherited white background */
.profile-activity .action,
.profile-activity .time,
.profile-activity span,
.profile-activity div {
    background: transparent !important;
}
