Hidden Battery Icon
Hi
New on here. Just a quick question. I am using a notifier theme for my lock screen. When I plug the charger in, I can't see the big battery icon on the lock screen as its behind the image highlighted below.
The notifier theme uses the following script:
html{
align:center;
}
body {
background-color: transparent;
background: url(images/main.png); <- THIS IS THE IMAGE
align:center;
margin: 0;
padding: 120px 0 0 5px;
height: 480px;
width: 320px;
}
.holder {
background: url(images/lcd-big.png);
background-repeat: no-repeat;
padding:5px 0 0 7px;
height: 260px;
width: 150px;
}
.text{
font-family:arial;
font-size:14px;
font-weight:bold;
color: white;
padding: 0;
margin: 0 0 0 0;
}
Is there away so that when I plug the charger in, this image disappears to show the battery icon, or just gets sent to the back?
Thanks in advance.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules