From 34289e9e8b6247c8f9d9d8ca968c89ff2e92779a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Fri, 24 Sep 2021 14:44:18 +0200 Subject: [PATCH] Revert "Theme: Replace missing definition for default icons" This reverts commit dde9b83df61d1d676e66cb2a2f7970dd44a05137. --- themes/base/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index 1f63de32dde..c1e7dc8118d 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -219,8 +219,7 @@ a.ui-button:active, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/; } -.ui-button .ui-icon, -.ui-state-default .ui-icon { +.ui-button .ui-icon { background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/; }