mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
add wallpaper
This commit is contained in:
parent
7546af82ac
commit
e1ea8aa005
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ antos_themes_build:
|
|||||||
for f in src/themes/antos/*.css; do (cat "$${f}"; echo) >> $(BUILDDIR)/resources/themes/antos/antos.css;done
|
for f in src/themes/antos/*.css; do (cat "$${f}"; echo) >> $(BUILDDIR)/resources/themes/antos/antos.css;done
|
||||||
-mkdir -p $(BUILDDIR)/resources/themes/antos/fonts
|
-mkdir -p $(BUILDDIR)/resources/themes/antos/fonts
|
||||||
cp -rf src/themes/antos/fonts/* $(BUILDDIR)/resources/themes/antos/fonts
|
cp -rf src/themes/antos/fonts/* $(BUILDDIR)/resources/themes/antos/fonts
|
||||||
cp src/themes/antos/wp.png $(BUILDDIR)/resources/themes/antos/
|
cp src/themes/antos/wp* $(BUILDDIR)/resources/themes/antos/
|
||||||
|
|
||||||
|
|
||||||
build_packages:
|
build_packages:
|
||||||
|
@ -164,7 +164,9 @@
|
|||||||
if(self.selidx != -1 && self.selidx < self.items.length)
|
if(self.selidx != -1 && self.selidx < self.items.length)
|
||||||
self.items[self.selidx].selected =false
|
self.items[self.selidx].selected =false
|
||||||
event.item.item.selected = true
|
event.item.item.selected = true
|
||||||
//self.update()
|
//console.log(self.items)
|
||||||
|
self.update()
|
||||||
|
//event.preventUpdate = true
|
||||||
}
|
}
|
||||||
|
|
||||||
_dbclick(event)
|
_dbclick(event)
|
||||||
|
@ -5,8 +5,8 @@ html,body{
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url(wp.png);
|
background-image: url(wp2.jpg);
|
||||||
/*background-size: cover;*/
|
background-size: cover;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user