quattro: readd sparkle cursor

This commit is contained in:
Fabrixxm 2012-08-01 04:45:27 -04:00
parent bf04fb450a
commit fde3edaa21
3 changed files with 10 additions and 0 deletions

View File

@ -899,6 +899,9 @@ section {
width: 770px; width: 770px;
padding: 0px 20px 0px 10px; padding: 0px 20px 0px 10px;
} }
.sparkle {
cursor: url('icons/lock.cur'), pointer;
}
/* wall item */ /* wall item */
.tread-wrapper { .tread-wrapper {
background-color: #eff0f1; background-color: #eff0f1;

View File

@ -899,6 +899,9 @@ section {
width: 770px; width: 770px;
padding: 0px 20px 0px 10px; padding: 0px 20px 0px 10px;
} }
.sparkle {
cursor: url('icons/lock.cur'), pointer;
}
/* wall item */ /* wall item */
.tread-wrapper { .tread-wrapper {
background-color: #eff0f1; background-color: #eff0f1;

View File

@ -422,6 +422,10 @@ section {
padding:0px 20px 0px 10px; padding:0px 20px 0px 10px;
} }
.sparkle {
cursor: url('icons/lock.cur'), pointer;
}
/* wall item */ /* wall item */
.tread-wrapper { .tread-wrapper {
background-color: @ThreadBackgroundColor; background-color: @ThreadBackgroundColor;