diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 35595c8bc5..72febbf525 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 57fa38aa19..b1efb557fd 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 0000000000..892c5e851e 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 0000000000..892c5e851e 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 58f31971bf..1331a3f190 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 0000000000..892c5e851e 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 d8130e59fc..64b3ba9740 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;