﻿.dxheDesignViewArea a,
.dxhe-insertLinkDialog a {
    color: #2984e8;
    text-decoration: underline;
}

a.external {
    color: #1a22bd;
    padding-right: 14px;
    background-image: url(../../external-link.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
}

a.button {
    padding: 5px 10px;
    text-decoration: none;
    background-color: #eb4444;
    color: white;
    cursor: pointer;
}
a.button:hover {
    background-color: #cf1b1b;
}
