﻿[data-notification]:hover a, #notificationList .selected a {
    color: #ffffff;
}

#notificationList {
    border-right: 5px solid #322C26;
}

    #notificationList li:hover, #notificationList div:hover, #notificationList .selected {
        background-color: #ff7733 !important;
    }

    #notificationList ul li:last-child {
        border-bottom: 1px solid #322C26;
    }

    #addNewNotification .selected {
        background-color: #ff7733;
    }

[data-action="deletenotification"] {
    color: #D15E5E;
}

#notificationDisplay .fa-edit {
    color: #ff7733;
}

#notificationDisplay .content {
    background-color: #ffffff;
}

#notificationDisplay .actions {
    border-bottom: 5px solid #322C26;
}

    #notificationDisplay .actions .fa-user {
        color: #322C26;
    }

#notificationList li:nth-child(2n+1) {
    background-color: #E0E0E0;
}
