﻿a.ui-btn[data-action-path="ag100/a200"] {
    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/a200"]: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/a200"]:hover {
    background-color: #218838 !important;
    color: white !important;
    width: 100px;
}
