]> git.mxchange.org Git - friendica.git/commitdiff
quattro: readd sparkle cursor
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Aug 2012 08:45:27 +0000 (04:45 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Aug 2012 08:45:27 +0000 (04:45 -0400)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/quattro.less

index aa64ca1a9a443b92ee45c51fc27a972a136a0068..087d9c746f1d8f9e2ee32b3434c86b0a0d2f1228 100644 (file)
@@ -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;
index dbaee018b68590e86090e848aa4f3db6f2127e0b..9c28473c616d22c27c7623c6b8eaeecd819ff254 100644 (file)
@@ -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;
index 6e75883d50cfd8afd0e56479c8d93a606c3e1757..b5f0af669685ebe661fc19bb02def9f7c0a0e368 100644 (file)
@@ -422,6 +422,10 @@ section {
        padding:0px 20px 0px 10px;
 }
 
+.sparkle {
+  cursor: url('icons/lock.cur'), pointer;
+}
+
 /* wall item */
 .tread-wrapper { 
        background-color: @ThreadBackgroundColor;