From ab7f209fe3986ad751bd3a8ec2e155fcf1f9f130 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 2 Jul 2011 20:51:27 -0700 Subject: [PATCH] add starred, unstarred icons to duepuntozero, loozah --- view/theme/duepuntozero/style.css | 3 +++ view/theme/loozah/style.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 5595045b8..e18cc3236 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2690,6 +2690,9 @@ a.mail-list-link { .on { background-position: -144px -32px; } .off { background-position: 0px -48px; } +.starred { background-position: -16px -48px; } +.unstarred { background-position: -32px -48px; } + .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d2b6441ac..8f64e4cf8 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2696,6 +2696,8 @@ a.mail-list-link { .on { background-position: -144px -32px; } .off { background-position: 0px -48px; } +.starred { background-position: -16px -48px; } +.unstarred { background-position: -32px -48px; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }