Merge https://github.com/friendica/friendica into pull
This commit is contained in:
commit
644b18eb2c
|
@ -341,6 +341,11 @@
|
|||
height: 16px;
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
|
||||
.sparkle {
|
||||
cursor: url('icons/lock.cur'), pointer;
|
||||
}
|
||||
|
||||
/* global */
|
||||
body {
|
||||
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
|
||||
|
|
|
@ -341,6 +341,11 @@
|
|||
height: 16px;
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
|
||||
.sparkle {
|
||||
cursor: url('icons/lock.cur'), pointer;
|
||||
}
|
||||
|
||||
/* global */
|
||||
body {
|
||||
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -2875,6 +2875,10 @@ tr {
|
|||
/* = Icons = */
|
||||
/* ========= */
|
||||
|
||||
.sparkle {
|
||||
cursor: url('lock.cur'), pointer;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: block; width: 20px; height: 20px;
|
||||
background-image: url('icons.png');
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -306,6 +306,10 @@
|
|||
.icon.s48.unlock {
|
||||
background-image: url("../../../images/icons/48/unlock.png");
|
||||
}
|
||||
.sparkle {
|
||||
cursor: url('lock.cur'), pointer;
|
||||
}
|
||||
|
||||
|
||||
#contact-edit-links ul {
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user