From 5600f8c9ed06d79216241bdc74a0108e2b6240cd Mon Sep 17 00:00:00 2001 From: Repellent Date: Sun, 19 Oct 2025 19:20:58 +0500 Subject: [PATCH] =?UTF-8?q?fix=20css=20-=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B0=D0=BB=D0=B8=D1=81=D1=8C=20=D0=BA=D0=BD?= =?UTF-8?q?=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B1=D1=8B=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BF=D1=80=D0=BE=D1=81=D0=BC=D0=BE=D1=82=D1=80?= =?UTF-8?q?=D0=B0.=20=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=B5=20=D0=BE=D0=BD?= =?UTF-8?q?=D0=B8=20=D0=B1=D1=8B=D0=BB=D0=B8=20=D0=B7=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/templates/css/jquery-ui_custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/templates/css/jquery-ui_custom.css b/admin/templates/css/jquery-ui_custom.css index 0edb3e8..b6128ea 100644 --- a/admin/templates/css/jquery-ui_custom.css +++ b/admin/templates/css/jquery-ui_custom.css @@ -31,7 +31,7 @@ ----------------------------------*/ /* states and images */ -.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } +.ui-icon { display: inline-block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; top: 8px !important; margin-right:-10px; } /* Misc visuals @@ -102,6 +102,7 @@ th.ui-state-default:first-child { border-left: none; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } /*.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }*/ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } +.ui-helper-reset .ui-state-disabled { opacity: 100 !important;} /* Icons ----------------------------------*/