images were left behind in theme rename
This commit is contained in:
parent
5899ae9017
commit
ca826c7ff2
4 changed files with 3 additions and 3 deletions
BIN
view/theme/duepuntozero/ff-16.jpg
Normal file
BIN
view/theme/duepuntozero/ff-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 644 B |
BIN
view/theme/duepuntozero/lock.cur
Executable file
BIN
view/theme/duepuntozero/lock.cur
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
view/theme/duepuntozero/login-bg.gif
Normal file
BIN
view/theme/duepuntozero/login-bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 B |
|
@ -28,7 +28,7 @@ input {
|
|||
img { border :0px; }
|
||||
|
||||
.openid {
|
||||
background: url(../default/login-bg.gif) no-repeat;
|
||||
background: url(login-bg.gif) no-repeat;
|
||||
background-position: 0 50%;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
@ -319,7 +319,7 @@ div.wall-item-content-wrapper.shiny {
|
|||
|
||||
input#dfrn-url {
|
||||
float: left;
|
||||
background: url(../default/ff-16.jpg) no-repeat;
|
||||
background: url(ff-16.jpg) no-repeat;
|
||||
background-position: 2px center;
|
||||
font-size: 17px;
|
||||
padding-left: 21px;
|
||||
|
@ -1781,7 +1781,7 @@ a.mail-list-link {
|
|||
}
|
||||
|
||||
.sparkle {
|
||||
cursor: url('../default/lock.cur'), pointer;
|
||||
cursor: url('lock.cur'), pointer;
|
||||
/* cursor: pointer !important; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue