/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 19, 2023, 6:34:25 PM
    Author     : Administrator
*/

.modal_txn_history_sale
{
    color:#81AB1C;
}

.modal_txn_history_refund
{
    color:#DF6166;
}

.modal_txn_history_unknown
{
    color:lightgrey;
}

.modal_txn_history_icon_delete
{
    color:grey;
}

.modal_txn_history_icon_delete:hover
{
    color:#FF4D4D;
}

.modal_txn_history_icon_edit
{
    color:grey;
}

.modal_txn_history_icon_edit:hover
{
    color:#FFC30E ;
}