Skip to content

Commit 4545960

Browse files
committed
Fixed: web coding iframe -Established consistent CSS when switching apps jogetworkflow#9.0-SNAPSHOT
1 parent 37c152a commit 4545960

File tree

2 files changed

+13
-227
lines changed

2 files changed

+13
-227
lines changed

.gitignore

Lines changed: 0 additions & 227 deletions
This file was deleted.

wflow-consoleweb/src/main/webapp/css/builderTheme.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3810,4 +3810,17 @@ body[builder-theme].rtl .editor-panel-mode .property-grid .property-input .grid
38103810
body[builder-theme].rtl .property-editor-container:not(.editor-panel-mode) .elementmultiselect .repeater-row .actions.sort,
38113811
body[builder-theme].rtl .property-editor-container:not(.editor-panel-mode) .repeater-row .actions.rowbuttons{
38123812
border-color: var(--theme-border-color-1);
3813+
}
3814+
3815+
/* Fix: Web Coding iframe dark theme CSS issue - forces light theme for popup body */
3816+
body[builder-theme].popupBody {
3817+
--theme-primary-color-1: #ffffff;
3818+
--theme-primary-color-2: #F0F2F5;
3819+
--theme-primary-color-3: #F9F9F9;
3820+
--theme-border-color-1: #e6e6e6;
3821+
--theme-label-color-2: #252F4A;
3822+
}
3823+
3824+
body[builder-theme].popupBody * {
3825+
scrollbar-color: rgba(0, 0, 0, 0.3) #F0F2F5;
38133826
}

0 commit comments

Comments
 (0)