Cosmetic : Set color
This commit is contained in:
parent
af2a0c8dd0
commit
58931e4b7b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
-- change color selected menu
|
||||
update parm_appearance set a_value='#000074' where a_code='MENU1-SELECTED' and a_value='#7191ea';
|
||||
update parm_appearance set a_value='#FAFAFA' where a_code='BODY' and lower(a_value)='#ffffff';
|
||||
update parm_appearance set a_value='#FAFAFA' where a_code='FOLDER' and lower(a_value)='#ffffff';
|
||||
update parm_appearance set a_value='#506cb8 ' where a_code='MENU1-SELECTED' and lower(a_value)='#000074 ';
|
||||
|
|
@ -7,4 +6,4 @@ update parm_appearance set a_value='#506cb8 ' where a_code='MENU1-SELECTED' and
|
|||
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;
|
||||
|
||||
|
||||
update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where me_code='BOOKMARK';
|
||||
update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where me_code='BOOKMARK';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue