Switch to Redwood, forgotten after upgrade to APEX 22

This commit is contained in:
Jan Kvetina 2022-07-22 20:52:28 +02:00
parent ef8d2f7dd7
commit e7fb101a52
2 changed files with 4 additions and 4 deletions

View File

@ -7879,7 +7879,7 @@ wwv_flow_imp_shared.create_theme_style(
,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2(
'#APEX_FILES#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#',
'#THEME_FILES#css/Redwood#MIN#.css?v=#APEX_VERSION#'))
,p_is_current=>false
,p_is_current=>true
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Redwood-Theme.less'
@ -7891,7 +7891,7 @@ wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(8048692087079807)
,p_theme_id=>42
,p_name=>'Vita'
,p_is_current=>true
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>true
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita.less'

View File

@ -18,7 +18,7 @@ wwv_flow_imp_shared.create_theme_style(
,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2(
'#APEX_FILES#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#',
'#THEME_FILES#css/Redwood#MIN#.css?v=#APEX_VERSION#'))
,p_is_current=>false
,p_is_current=>true
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Redwood-Theme.less'
@ -30,7 +30,7 @@ wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(8048692087079807)
,p_theme_id=>42
,p_name=>'Vita'
,p_is_current=>true
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>true
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita.less'