Add light theme
This commit is contained in:
parent
c38b461276
commit
8e3f26b1a8
2 changed files with 223 additions and 0 deletions
|
|
@ -28,3 +28,5 @@ create table theme (
|
|||
values ('Aqua','style-aqua.css',null);
|
||||
insert into theme (the_name,the_filestyle,the_filebutton)
|
||||
values ('Elegant','style-elegant.css',null);
|
||||
insert into theme (the_name,the_filestyle,the_filebutton)
|
||||
values ('Light','style-light.css',null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue