29 lines
722 B
CSS
29 lines
722 B
CSS
/**
|
|
* 2010-2023 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through LICENSE.txt file inside our module
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
|
|
*
|
|
* @author Webkul IN
|
|
* @copyright 2010-2023 Webkul IN
|
|
* @license LICENSE.txt
|
|
*/
|
|
body.adminorderrefundrequests .ui-tooltip {
|
|
border: unset;
|
|
padding: 10px;
|
|
box-shadow: 0px 0px 15px 0px #00000026;
|
|
}
|
|
.ui-tooltip.price_info-tooltip span {
|
|
margin-left: 15px;
|
|
}
|
|
.ui-tooltip.price_info-tooltip label {
|
|
font-weight: 600;
|
|
} |