]> git.mxchange.org Git - friendica.git/commitdiff
add some sparkle ;)
authorSimon L'nu <simon.lnu@gmail.com>
Fri, 13 Jul 2012 06:37:45 +0000 (02:37 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Fri, 13 Jul 2012 06:37:45 +0000 (02:37 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/dark/style.css
view/theme/dispy/dark/style.less
view/theme/dispy/icons/sparkle.cur [new file with mode: 0644]
view/theme/dispy/light/style.css
view/theme/dispy/light/style.less

index 8ab192368584bb691e0965f6515c52204a945b1c..95e2bb998399aa88205908bd8b991fe4f102e830 100644 (file)
@@ -97,6 +97,7 @@ nav .nav-link{display:inline-block;width:22px;height:22px;overflow:hidden;margin
 #nav-network-link{background-position:0px -177px;}#nav-network-link:hover{background-position:-22px -177px;}
 #nav-search-link{background-position:0 -44px;}#nav-search-link:hover{background-position:-22px -44px;}
 #jot-title,#profile-link,#profile-title,#profile-attach-wrapper,#profile-audio,#profile-link,#profile-location,#profile-nolocation,#profile-title,#profile-upload-wrapper,#profile-video,#profile-jot-submit,#wall-image-upload,#wall-file-upload,#wall-image-upload-div,#wall-file-upload-div,.icon,.hover,.focus,.pointer{cursor:pointer;}
+.sparkle{cursor:url("icons/sparkle.cur"),pointer;}
 div.jGrowl div.notice{background:#3320bc url("../../../images/icons/48/notice.png") no-repeat 5px center;color:white;padding-left:58px;margin-top:50px;}
 div.jGrowl div.info{background:#1353b1 url("../../../images/icons/48/info.png") no-repeat 5px center;color:white;padding-left:58px;margin-top:50px;}
 #nav-notifications-menu{margin:30px 0 0 -20px;width:275px;max-height:300px;overflow-y:auto;font-size:9pt;}#nav-notifications-menu img{float:left;margin-right:5px;}
index 60b49865e978c25df7f08cd92ca70aa01db82462..f701c12253b6f4812299cb0015a9b7433621cc61 100644 (file)
@@ -594,6 +594,9 @@ nav .nav-link {
 .pointer {
     cursor: pointer;
 }
+.sparkle {
+    cursor: url("icons/sparkle.cur"), pointer;
+}
 //* popup notifications */
 div.jGrowl div {
     &.notice {
diff --git a/view/theme/dispy/icons/sparkle.cur b/view/theme/dispy/icons/sparkle.cur
new file mode 100644 (file)
index 0000000..c45cd16
Binary files /dev/null and b/view/theme/dispy/icons/sparkle.cur differ
index de2717f0c4a823b8b37d3e493a812d4e1f5b7014..9a991b796e900033e6b16a7018228fe09241e5e0 100644 (file)
@@ -97,6 +97,7 @@ nav .nav-link{display:inline-block;width:22px;height:22px;overflow:hidden;margin
 #nav-network-link{background-position:0px -177px;}#nav-network-link:hover{background-position:-22px -177px;}
 #nav-search-link{background-position:0 -44px;}#nav-search-link:hover{background-position:-22px -44px;}
 #jot-title,#profile-link,#profile-title,#profile-attach-wrapper,#profile-audio,#profile-link,#profile-location,#profile-nolocation,#profile-title,#profile-upload-wrapper,#profile-video,#profile-jot-submit,#wall-image-upload,#wall-file-upload,#wall-image-upload-div,#wall-file-upload-div,.icon,.hover,.focus,.pointer{cursor:pointer;}
+.sparkle{cursor:url("icons/sparkle.cur"),pointer;}
 div.jGrowl div.notice{background:#511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;color:white;padding-left:58px;margin-top:50px;}
 div.jGrowl div.info{background:#364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;color:white;padding-left:58px;margin-top:50px;}
 #nav-notifications-menu{margin:30px 0 0 -20px;width:275px;max-height:300px;overflow-y:auto;font-size:9pt;}#nav-notifications-menu img{float:left;margin-right:5px;}
index e18f9a01b0360b89a0eea5ebde3b71381ed0afdf..87b405470cf06790d7a0ef367acadf3f72202c9e 100644 (file)
@@ -595,6 +595,9 @@ nav .nav-link {
 .pointer {
     cursor: pointer;
 }
+.sparkle {
+    cursor: url("icons/sparkle.cur"), pointer;
+}
 //* popup notifications */
 div.jGrowl div {
     &.notice {