diff options
author | Friendika <info@friendika.com> | 2011-07-02 20:51:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-02 20:51:27 -0700 |
commit | ab7f209fe3986ad751bd3a8ec2e155fcf1f9f130 (patch) | |
tree | 75064c2528007dd372d6c98348453a9e32642206 /view/theme/loozah | |
parent | 21b852e8e360b1fa2dc8b3e332e0d1e88a58af23 (diff) | |
download | volse-hubzilla-ab7f209fe3986ad751bd3a8ec2e155fcf1f9f130.tar.gz volse-hubzilla-ab7f209fe3986ad751bd3a8ec2e155fcf1f9f130.tar.bz2 volse-hubzilla-ab7f209fe3986ad751bd3a8ec2e155fcf1f9f130.zip |
add starred, unstarred icons to duepuntozero, loozah
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |