Add sparkle cursor to Quattro/Vier/TestBubble

This commit is contained in:
Thomas Willingham 2012-07-12 19:21:21 +01:00
parent 9a299920eb
commit bd08a6b565
7 changed files with 18 additions and 0 deletions

View File

@ -341,6 +341,11 @@
height: 16px;
background-position: 0px 0px;
}
.sparkle {
cursor: url('icons/lock.cur'), pointer;
}
/* global */
body {
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;

View File

@ -341,6 +341,11 @@
height: 16px;
background-position: 0px 0px;
}
.sparkle {
cursor: url('icons/lock.cur'), pointer;
}
/* global */
body {
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -2875,6 +2875,10 @@ tr {
/* = Icons = */
/* ========= */
.sparkle {
cursor: url('lock.cur'), pointer;
}
.icon {
display: block; width: 20px; height: 20px;
background-image: url('icons.png');

BIN
view/theme/vier/lock.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -306,6 +306,10 @@
.icon.s48.unlock {
background-image: url("../../../images/icons/48/unlock.png");
}
.sparkle {
cursor: url('lock.cur'), pointer;
}
#contact-edit-links ul {
list-style: none;