quattro: readd sparkle cursor

2022.09-rc
Fabrixxm 2012-08-01 04:45:27 -04:00
rodzic bf04fb450a
commit fde3edaa21
3 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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