﻿.DataView .grid-cell {
    white-space: nowrap;
}

a.ui-btn[data-action-path="ag100/a4"] {
    background-color: #28a745 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: none !important;
    width: 100px;
}

.app-desktop .app-bar-buttons .ui-btn[data-action-path="ag100/a4"]:not(:hover):not(.ui-btn-active) {
    background-color: #28a745 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    border: none !important;
    width: 100px;
}

.app-desktop .app-bar-buttons .ui-btn[data-action-path="ag100/a4"]:hover {
    background-color: #218838 !important;
    color: white !important;
    width: 100px;
}
