/*
Copyright (C) 2021 Znuny GmbH, https://znuny.org/

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

/**
 * @package     Skin "Default"
 * @section     Mentions
 */

.ck.ck-mentions .ck-button.ck-off.MentionItem:hover,
.ck.ck-mentions .ck-button.ck-on.MentionItem:hover,
.ck.ck-mentions .ck-button.MentionItem:hover,
{
    background: #2c9cf9 !important;
    color: white !important;
}