From fde3edaa2112c0cb68ae037fa9cf345bc7f0e85c Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 1 Aug 2012 04:45:27 -0400 Subject: [PATCH] quattro: readd sparkle cursor --- view/theme/quattro/dark/style.css | 3 +++ view/theme/quattro/green/style.css | 3 +++ view/theme/quattro/quattro.less | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index aa64ca1a9a..087d9c746f 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -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; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index dbaee018b6..9c28473c61 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -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; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 6e75883d50..b5f0af6696 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -422,6 +422,10 @@ section { padding:0px 20px 0px 10px; } +.sparkle { + cursor: url('icons/lock.cur'), pointer; +} + /* wall item */ .tread-wrapper { background-color: @ThreadBackgroundColor;