]> git.mxchange.org Git - friendica.git/commitdiff
Add sparkle cursor to Quattro/Vier/TestBubble
authorThomas Willingham <founder@kakste.com>
Thu, 12 Jul 2012 18:21:21 +0000 (19:21 +0100)
committerThomas Willingham <founder@kakste.com>
Thu, 12 Jul 2012 18:21:21 +0000 (19:21 +0100)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/icons/lock.cur [new file with mode: 0644]
view/theme/testbubble/lock.cur [new file with mode: 0644]
view/theme/testbubble/style.css
view/theme/vier/lock.cur [new file with mode: 0644]
view/theme/vier/style.css

index 35595c8bc5dd31385fdf5c877c9dbcc8d25de296..72febbf525dbfd01c8795803ceff82d85053863d 100644 (file)
   height: 16px;
   background-position: 0px 0px;
 }
+
+.sparkle {
+       cursor: url('icons/lock.cur'), pointer;
+}
+
 /* global */
 body {
   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
index 57fa38aa19a118bd0268492eab217ad746ecbb5e..b1efb557fddf8c94235a8826ea390846ad694162 100644 (file)
   height: 16px;
   background-position: 0px 0px;
 }
+
+.sparkle {
+       cursor: url('icons/lock.cur'), pointer;
+}
+
 /* global */
 body {
   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
diff --git a/view/theme/quattro/icons/lock.cur b/view/theme/quattro/icons/lock.cur
new file mode 100644 (file)
index 0000000..892c5e8
Binary files /dev/null and b/view/theme/quattro/icons/lock.cur differ
diff --git a/view/theme/testbubble/lock.cur b/view/theme/testbubble/lock.cur
new file mode 100644 (file)
index 0000000..892c5e8
Binary files /dev/null and b/view/theme/testbubble/lock.cur differ
index 58f31971bfb085c8b7c18f00d1c9d109ef8da4b5..1331a3f19073606a7fe3ec081f52609d16fbebe7 100644 (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');
diff --git a/view/theme/vier/lock.cur b/view/theme/vier/lock.cur
new file mode 100644 (file)
index 0000000..892c5e8
Binary files /dev/null and b/view/theme/vier/lock.cur differ
index d8130e59fcfcf1d321f73cfeb92d249c76c519b0..64b3ba9740ef0d49431e95d86203dbafab68692e 100644 (file)
 .icon.s48.unlock {
   background-image: url("../../../images/icons/48/unlock.png");
 }
+.sparkle {
+       cursor: url('lock.cur'), pointer;
+}
+
 
 #contact-edit-links ul {
   list-style: none;