diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 35595c8bc..72febbf52 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -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; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 57fa38aa1..b1efb557f 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -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; diff --git a/view/theme/quattro/icons/lock.cur b/view/theme/quattro/icons/lock.cur new file mode 100644 index 000000000..892c5e851 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 index 000000000..892c5e851 Binary files /dev/null and b/view/theme/testbubble/lock.cur differ diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 58f31971b..1331a3f19 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -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 index 000000000..892c5e851 Binary files /dev/null and b/view/theme/vier/lock.cur differ diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index d8130e59f..64b3ba974 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -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;