/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021-2022 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

/**
 * @package     Skin "High Contrast"
 * @section     Skin overrides
 */

@media screen,projection,tv,handheld {

.ArticleMailContent iframe,
.ArticleMailContent .ArticleBody,
.ArticleMailContent .ArticleHTML,
.NotVisibleForCustomer .ArticleMailContent .ArticleMeta {
    border-color: #777;
}

.Incoming .ArticleMailContentHTMLWrapper:after,
.Incoming .ArticleHTML:after,
.Incoming .ArticleBody:after {
    border-left-color: #777;
}

.Outgoing .ArticleMailContentHTMLWrapper:after,
.Outgoing .ArticleHTML:after,
.Outgoing .ArticleBody:after {
    border-right-color: #777;
}

.Cluster ul ul {
    background: #fff !important;
    border: 1px solid #000;
}

.Cluster ul ul li a:hover {
    background: #000 !important;
    color: #fff;
}

.UseArticleColors #ArticleTable thead a {
	color: #fff;
}

} /* end @media */
