From d8b876c5bd7e302d458a9986e3a59cab4de4dd9c 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:02 +0200 Subject: [PATCH 1/3] Revert "Theme: Removes css for ui-state-checked its not used any more" This reverts commit 1b0e947f46bc1261b15816f2dcbd239d83a86335. --- themes/base/theme.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index 192624a11ff..1f63de32dde 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -116,8 +116,9 @@ a.ui-button:active, font-weight: normal/*{fwDefault}*/; color: #ffffff/*{fcActive}*/; } -.ui-icon-background { - border: #dddddd/*{borderColorContent}*/; +.ui-icon-background, +.ui-state-active .ui-icon-background { + border: #003eff/*{borderColorActive}*/; background-color: #ffffff/*{bgColorContent}*/; } .ui-state-active a, @@ -136,6 +137,10 @@ a.ui-button:active, background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; color: #777620/*{fcHighlight}*/; } +.ui-state-checked { + border: 1px solid #dad55e/*{borderColorHighlight}*/; + background: #fffa90/*{bgColorHighlight}*/; +} .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { 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 2/3] 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}*/; } From 89ffc9ffee8390f37b7b18614199d4f4c12158b6 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:28 +0200 Subject: [PATCH 3/3] Revert "Theme: Switch icon background to use bgColorContent" This reverts commit 265b8f5e533923b9b4c9cbd9f1dd7b7785423381. --- themes/base/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index c1e7dc8118d..a37d2c97a85 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -119,7 +119,7 @@ a.ui-button:active, .ui-icon-background, .ui-state-active .ui-icon-background { border: #003eff/*{borderColorActive}*/; - background-color: #ffffff/*{bgColorContent}*/; + background-color: #ffffff/*{fcActive}*/; } .ui-state-active a, .ui-state-active a:link,