Add sparkle cursor to Quattro/Vier/TestBubble
This commit is contained in:
parent
9a299920eb
commit
bd08a6b565
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
BIN
view/theme/quattro/icons/lock.cur
Normal file
BIN
view/theme/quattro/icons/lock.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
view/theme/testbubble/lock.cur
Normal file
BIN
view/theme/testbubble/lock.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -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
BIN
view/theme/vier/lock.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue