diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css index ad54d6d..92512bf 100644 --- a/css/custom2_4.3.css +++ b/css/custom2_4.3.css @@ -430,21 +430,26 @@ a[target="_blank"]::after { background-color: rgb(65, 93, 67) !important; } -.ui-selectable .ui-selecting .suxess { - background: #054a29; +.ui-selectee.suxess.ui-selecting { + background: #054a29 !important; +} + +.ui-selectee.suxess.ui-selected { + background: #054a29 !important; + color: #f8f9fa !important; } .ui-selectable .ui-selected .suxess { - background: #DEE2E6; + background: #DEE2E6 !important; color: #054a29 !important; } .ui-selectable .ui-selecting:not(.suxess) { - background: #787675; + background: #787675 !important; } .ui-selectable .ui-selected:not(.suxess) { - background: #DEE2E6; + background: #DEE2E6 !important; color: #787675 !important; }