diff --git a/html/admin/sql/patch/ac-upgrade14.sql b/html/admin/sql/patch/ac-upgrade14.sql
index c7cf70445..78f478e24 100644
--- a/html/admin/sql/patch/ac-upgrade14.sql
+++ b/html/admin/sql/patch/ac-upgrade14.sql
@@ -1,8 +1,7 @@
begin;
update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' where the_name='Colored';
update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where the_name='EPad';
-update user_global_pref set parameter_value='Mandarine' where parameter_value='Colored';
-update user_global_pref set parameter_value='Mobile' where parameter_value='EPad';
+update user_global_pref set parameter_value='Light' where parameter_type='THEME';
update theme set the_filestyle='style-classic.css' where the_filestyle='style.css';
update version set val=15;
commit;
diff --git a/html/style-light.css b/html/style-light.css
index d8848a891..ee6980375 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1,7 +1,7 @@
/*