/**
*  Стили для модуля dyngrid - редактирование значений в ячейках таблицы gridView
*/

[contenteditable=true] {
    outline:none;
    border-width: 2px !important;
    border-style: inset !important;
}

.dyngrid-on-edit {
    color: white;
    background-color: #a1a1a1 !important;
    font-weight: bold;
}

.dyngrid-focusin {
    color: black;
}

.dyngrid-changed {
    color: white;
    background-color: #a1a1a1 !important;
    font-weight: bold;
    font-style: italic;
}

.dyngrid-error {
    font-weight: bold;
    color: red;
    border: 2px solid red;
    border-collapse: collapse;
    font-style: italic;
}